ArcGIS Pro 2.9 API Reference Guide
Equality Operator (Element)

ArcGIS.Core.Data.UtilityNetwork Namespace > Element Class : Equality Operator
The base element.
The comparison element.
Returns true if thisElement and otherElement are equal.
Syntax
public bool operator ==( 
   Element thisElement,
   Element otherElement
)
Public Operator =( _
   ByVal thisElement As Element, _
   ByVal otherElement As Element _
) As Boolean

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, Windows 8.1

See Also

Reference

Element Class
Element Members