Skip to main content
All docs
V25.2
  • PathLine.Equals(PathLine) Method

    Determines whether the specified PathLine is equal to the current PathLine.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public readonly bool Equals(
        PathLine other
    )

    Parameters

    Name Type Description
    other PathLine

    The PathLine to compare with the current PathLine.

    Returns

    Type Description
    Boolean

    true if the specified PathLine is equal to the current PathLine; otherwise, false.

    Implements

    See Also