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

    Compares two DocumentFormat structures to determine whether they are not equal.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static bool operator !=(DocumentFormat id1, DocumentFormat id2)

    Parameters

    Name Type Description
    id1 DocumentFormat

    The first instance to compare.

    id2 DocumentFormat

    The second instance to compare.

    Returns

    Type Description
    Boolean

    true if two DocumentFormat objects are not equal; otherwise, false.

    See Also