ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Topology Namespace / TopologyElement Class / Equality Operator
The object to compare with topologyElement2.
The object to compare with topologyElement1.

In This Topic
    Equality Operator (TopologyElement)
    In This Topic
    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 managedTopologyElement instances refer to the same backing nativeTopologyElement instance in native code, they are considered equal.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also