public bool Contains( SubscriptionToken token )
Public Overloads Function Contains( _ ByVal token As SubscriptionToken _ ) As Boolean
Parameters
- token
- The SubscriptionToken returned by EventBase while subscribing to the event.
Return Value
true if there is a SubscriptionToken that matches; otherwise false.