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

    Determines whether two AdjustAngle objects are equal.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static bool operator ==(AdjustAngle angle1, AdjustAngle angle2)

    Parameters

    Name Type Description
    angle1 AdjustAngle

    The first AdjustAngle object to compare.

    angle2 AdjustAngle

    The second AdjustAngle object to compare.

    Returns

    Type Description
    Boolean

    true if the two AdjustAngle objects are equal; otherwise, false.

    See Also