ArcGIS Pro 2.8 API Reference Guide
Inequality Operator (Element)

ArcGIS.Core.Data.UtilityNetwork Namespace > Element Class : Inequality Operator
The base element.
The comparison element.
Returns true if thisElement and otherElement are not 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 not equal.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Element Class
Element Members