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

    Determines whether two ShapeGuideFormula objects are equal.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static bool operator ==(ShapeGuideFormula formula1, ShapeGuideFormula formula2)

    Parameters

    Name Type Description
    formula1 ShapeGuideFormula

    The first ShapeGuideFormula to compare.

    formula2 ShapeGuideFormula

    The second ShapeGuideFormula to compare.

    Returns

    Type Description
    Boolean

    true if the specified ShapeGuideFormula objects are equal; otherwise, false.

    See Also