ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Topology Namespace / TopologyEdge Class / Equals Method / Equals(Object) Method
The object to compare with the current object.

In This Topic
    Equals(Object) Method
    In This Topic
    Determines whether two TopologyEdge instances are equal.
    Syntax
    public override bool Equals( 
       object obj
    )
    Public Overloads Overrides NotOverridable Function Equals( _
       ByVal obj As Object _
    ) As Boolean

    Parameters

    obj
    The object to compare with the current object.

    Return Value

    true if the specified object is equal to the current object; 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