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

In This Topic
    Equality Operator (MapMemberIDSet)
    In This Topic
    Compares two MapMemberIDSet objects to determine whether they are equal.
    Syntax
    public bool operator ==( 
       MapMemberIDSet? left,
       MapMemberIDSet? right
    )
    Public Operator =( _
       ByVal left As MapMemberIDSet, _
       ByVal right As MapMemberIDSet _
    ) As Boolean

    Parameters

    left
    The left.
    right
    The right.

    Return Value

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also