ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SelectionSet Class / Inequality Operator
The left.
The right.

In This Topic
    Inequality Operator (SelectionSet)
    In This Topic
    Compares two SelectionSet objects to determine whether they are not equal.
    Syntax
    public bool operator !=( 
       SelectionSet? left,
       SelectionSet? right
    )
    Public Operator <>( _
       ByVal left As SelectionSet, _
       ByVal right As SelectionSet _
    ) As Boolean

    Parameters

    left
    The left.
    right
    The right.

    Return Value

    true if both SelectionSet objects are not equal; otherwise, false.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also