Skip to main content
All docs
V25.2
  • UnderlineStyle.Equality(UnderlineStyle, UnderlineStyle) Operator

    Determines whether two UnderlineStyle objects are equal.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static bool operator ==(UnderlineStyle left, UnderlineStyle right)

    Parameters

    Name Type Description
    left UnderlineStyle

    The first UnderlineStyle object to compare.

    right UnderlineStyle

    The second UnderlineStyle object to compare.

    Returns

    Type Description
    Boolean

    true if the specified UnderlineStyle objects are equal; otherwise, false.

    See Also