ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / Terminal Class / Equals Method / Equals(Terminal) Method
An object to compare.

In This Topic
    Equals(Terminal) Method
    In This Topic
    Determines if the given object is identical to this object.
    Syntax
    public bool Equals( 
       Terminal other
    )
    Public Overloads Function Equals( _
       ByVal other As Terminal _
    ) As Boolean

    Parameters

    other
    An object to compare.

    Return Value

    Returns true if objects are equal, false otherwise.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also