ArcGIS Pro 2.9 API Reference Guide
Inequality Operator (Terminal)

ArcGIS.Core.Data.UtilityNetwork Namespace > Terminal Class : Inequality Operator
The base terminal.
The comparison terminal.
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, Windows 8.1

See Also

Reference

Terminal Class
Terminal Members