ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / Element Class / Equality Operator
The base element.
The comparison element.
Version

    Equality Operator (Element)
    Returns true if thisElement and otherElement are equal.
    Syntax
    public bool operator ==( 
       Element thisElement,
       Element otherElement
    )

    Parameters

    thisElement
    The base element.
    otherElement
    The comparison element.

    Return Value

    True if the two objects are equal.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also