ArcGIS Pro 2.8 API Reference Guide
Equals(Object) Method

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

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

TopologyNode Class
TopologyNode Members
Overload List