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

    Determines whether two TextFont 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 !=(TextFont left, TextFont right)

    Parameters

    Name Type Description
    left TextFont

    The first TextFont object to compare.

    right TextFont

    The second TextFont object to compare.

    Returns

    Type Description
    Boolean

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

    See Also