protected internal bool Contains( Action<TPayload> subscriber )
Protected Friend Overloads Function Contains( _ ByVal subscriber As Action(Of TPayload) _ ) As Boolean
Parameters
- subscriber
- The Action used when subscribing to the event.
Return Value
true if there is an that matches; otherwise false.