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

In This Topic
    Inequality Operator (Terminal)
    In This Topic
    Returns true if thisTerminal and otherTerminal are not equal.
    Syntax
    Public Operator <>( _
       ByVal thisTerminal As Terminal, _
       ByVal otherTerminal As Terminal _
    ) As Boolean

    Parameters

    thisTerminal
    The base terminal.
    otherTerminal
    The comparison terminal.

    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