ArcGIS Pro 2.8 API Reference Guide
Equality Operator (TopologyElement)

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

Parameters

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

Return Value

true if topologyElement1 is 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 10, Windows 8.1

See Also

Reference

TopologyElement Class
TopologyElement Members