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

    Determines whether two UnderlineFill objects are not 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 specified UnderlineFill objects are not equal; otherwise, false.

    See Also