protected internal bool Contains( SubscriptionToken token )
Protected Friend 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.