ArcGIS Pro 2.9 API Reference Guide
Equals(TopologyElement) Method

ArcGIS.Core.Data.Topology Namespace > TopologyElement Class > Equals Method : Equals(TopologyElement) Method
The object to compare with the current object.
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 managed TopologyElement instances refer to the same backing native TopologyElement instance in native code, they are considered equal.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TopologyElement Class
TopologyElement Members
Overload List