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

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

    Parameters

    other
    An object to compare.

    Return Value

    Returns true if objects are equal, false otherwise.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also