Skip to main content
All docs
V25.1
  • SlideSize.Inequality(SlideSize, SlideSize) Operator

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

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static bool operator !=(SlideSize left, SlideSize right)

    Parameters

    Name Type Description
    left SlideSize

    The first instance to compare.

    right SlideSize

    The second instance to compare.

    Returns

    Type Description
    Boolean

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

    See Also