ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Events Namespace / SubscriptionToken Class / Equals Method / Equals(SubscriptionToken) Method
The SubscriptionToken to test for equality

In This Topic
    Equals(SubscriptionToken) Method
    In This Topic
    Implement equality check.
    Syntax
    public abstract bool Equals( 
       SubscriptionToken other
    )
    Public Overloads MustOverride Function Equals( _
       ByVal other As SubscriptionToken _
    ) As Boolean

    Parameters

    other
    The SubscriptionToken to test for equality

    Return Value

    True if the two SubscriptionTokens are equal. False otherwise.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also