Skip to main content
All docs
V25.2
  • ShapeType.Equality(ShapeType, ShapeType) Operator

    Compares two ShapeType objects to determine if they are equal.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static bool operator ==(ShapeType left, ShapeType right)

    Parameters

    Name Type Description
    left ShapeType

    The first ShapeType object to compare.

    right ShapeType

    The second ShapeType object to compare.

    Returns

    Type Description
    Boolean

    true if two ShapeType objects are equal; otherwise, false.

    See Also