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

    Determines whether two PathMove objects are equal.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static bool operator ==(PathMove move1, PathMove move2)

    Parameters

    Name Type Description
    move1 PathMove

    The first PathMove object to compare.

    move2 PathMove

    The second PathMove object to compare.

    Returns

    Type Description
    Boolean

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

    See Also