ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Topology Namespace / TopologyNode Class / Equals Method / Equals(Object) Method
The object to compare with the current object.

In This Topic
    Equals(Object) Method
    In This Topic
    Determines whether two TopologyNode instances are equal.
    Syntax
    public override bool Equals( 
       object obj
    )
    Public Overloads Overrides NotOverridable Function Equals( _
       ByVal obj As Object _
    ) As Boolean

    Parameters

    obj
    The object to compare with the current object.

    Return Value

    true if the specified object is equal to the current object; otherwise, false.
    Remarks
    Semantically, if two managedTopologyNode instances refer to the same backing nativeTopologyNode instance in native code, they are considered equal.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also