ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Topology Namespace / TopologyNode Class / Equality Operator
The object to compare with topologyNode2.
The object to compare with topologyNode1.

In This Topic
    Equality Operator (TopologyNode)
    In This Topic
    Determines whether two TopologyNode instances are equal.
    Syntax

    Parameters

    topologyNode1
    The object to compare with topologyNode2.
    topologyNode2
    The object to compare with topologyNode1.

    Return Value

    true if topologyNode1 is equal to topologyNode2; otherwise, false.
    Remarks
    Semantically, if two managedTopologyNode instances refer to the same backing nativeTopologyNode instance in native code, they are considered equal.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also