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