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

    Determines whether two PathLine objects are equal.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static bool operator ==(PathLine line1, PathLine line2)

    Parameters

    Name Type Description
    line1 PathLine

    The first PathLine object to compare.

    line2 PathLine

    The second PathLine object to compare.’

    Returns

    Type Description
    Boolean

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

    See Also