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

    Compares two PathCubicBezier structures for equality.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static bool operator ==(PathCubicBezier bezier1, PathCubicBezier bezier2)

    Parameters

    Name Type Description
    bezier1 PathCubicBezier

    The first instance to compare.

    bezier2 PathCubicBezier

    The second instance to compare.

    Returns

    Type Description
    Boolean

    true if two objects are equal; otherwise, false.

    See Also