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

In This Topic
    Inequality Operator (TopologyElement)
    In This Topic
    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 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