Example #1
0
 private protected override bool Matches(EventCall eventCall) => eventCall.Event.Name == this.eventName && eventCall.IsEventUnsubscription();
Example #2
0
 private protected override bool Matches(EventCall eventCall) => eventCall.IsEventUnsubscription();