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

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

    Parameters

    other
    The MapMemberIDSet used in the comparison.

    Return Value

    True if the MapMemberIDSet is equivalent.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also