ArcGIS Pro 2.7 API Reference Guide
Equality Operator (TopologyNode)

ArcGIS.Core.Data.Topology Namespace > TopologyNode Class : Equality Operator
The object to compare with topologyNode2.
The object to compare with topologyNode1.
Determines whether two TopologyNode instances are equal.
Syntax

Parameters

topologyNode1
The object to compare with topologyNode2.
topologyNode2
The object to compare with topologyNode1.

Return Value

true if topologyNode1 is equal to topologyNode2; 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