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

In This Topic
    Equals(TopologyElement) Method
    In This Topic
    Determines whether two TopologyElement instances are equal.
    Syntax
    public bool Equals( 
       TopologyElement other
    )
    Public Overloads Function Equals( _
       ByVal other As TopologyElement _
    ) As Boolean

    Parameters

    other
    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 managedTopologyElement instances refer to the same backing nativeTopologyElement instance in native code, they are considered equal.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also