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

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

    Parameters

    Name Type Description
    left ThemeFont

    The first object to compare.

    right ThemeFont

    The second object to compare.

    Returns

    Type Description
    Boolean

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

    See Also