ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / Element Class / Inequality Operator
The base element.
The comparison element.

In This Topic
    Inequality Operator (Element)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also