ArcGIS Pro 2.9 API Reference Guide
Inequality Operator (TopologyElement)

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

Parameters

topologyElement1
The object to compare with topologyElement2.
topologyElement2
The object to compare with topologyElement1.

Return Value

true if topologyElement1 is not equal to topologyElement2; 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