ArcGIS Pro 2.9 API Reference Guide
Equals(TopologyEdge) Method

ArcGIS.Core.Data.Topology Namespace > TopologyEdge Class > Equals Method : Equals(TopologyEdge) Method
The object to compare with the current object.
Determines whether two TopologyEdge instances are equal.
Syntax
public bool Equals( 
   TopologyEdge other
)
Public Overloads Function Equals( _
   ByVal other As TopologyEdge _
) 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 TopologyEdge instances refer to the same backing native TopologyEdge instance in native code, they are considered equal.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TopologyEdge Class
TopologyEdge Members
Overload List