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

    Indicates whether the current PathMove instance is equal to another PathMove instance.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public readonly bool Equals(
        PathMove other
    )

    Parameters

    Name Type Description
    other PathMove

    The PathMove instance to compare with the current instance.

    Returns

    Type Description
    Boolean

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

    Implements

    See Also