ArcGIS Pro 2.7 API Reference Guide
Inequality Operator (TopologyNode)

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

Parameters

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

Return Value

true if topologyNode1 is not 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