ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Topology Namespace / TopologyEdge Class / Inequality Operator
The object to compare with topologyEdge2.
The object to compare with topologyEdge1.

In This Topic
    Inequality Operator (TopologyEdge)
    In This Topic
    Determines whether two TopologyEdge instances are not equal.
    Syntax

    Parameters

    topologyEdge1
    The object to compare with topologyEdge2.
    topologyEdge2
    The object to compare with topologyEdge1.

    Return Value

    true if topologyEdge1 is not equal to topologyEdge2; otherwise, false.
    Remarks
    Semantically, if two managedTopologyEdge instances refer to the same backing nativeTopologyEdge instance in native code, they are considered equal.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also