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

    Compares two PathArc structures to determine whether they are not equal.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static bool operator !=(PathArc arc1, PathArc arc2)

    Parameters

    Name Type Description
    arc1 PathArc

    The first instance to compare.

    arc2 PathArc

    The second instance to compare.

    Returns

    Type Description
    Boolean

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

    See Also