ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SelectionSet Class / Equals Method / Equals(SelectionSet) Method
The SelectionSet used in the comparison.

In This Topic
    Equals(SelectionSet) Method
    In This Topic
    Determines whether the specified SelectionSet is equivalent to the current SelectionSet.
    Syntax
    public bool Equals( 
       SelectionSet other
    )
    Public Overloads Function Equals( _
       ByVal other As SelectionSet _
    ) As Boolean

    Parameters

    other
    The SelectionSet used in the comparison.

    Return Value

    True if the SelectionSet is equivalent.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also