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

    Determines whether two ShapeGuide instances are not equal.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

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

    Parameters

    Name Type Description
    left ShapeGuide

    The first ShapeGuide instance to compare.

    right ShapeGuide

    The second ShapeGuide instance to compare.

    Returns

    Type Description
    Boolean

    true if the two ShapeGuide instances are not equal; otherwise, false.

    See Also