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

    Determines whether two specified UnderlineFill objects are equal.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

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

    Parameters

    Name Type Description
    left UnderlineFill

    The first UnderlineFill object to compare.

    right UnderlineFill

    The second UnderlineFill object to compare.

    Returns

    Type Description
    Boolean

    true if the left and right parameters are equal; otherwise, false.

    See Also