Пример #1
0
 public bool Equals(IXamlEventInfo other) => (other as SreEvent)?.Event.Equals(Event) == true;
Пример #2
0
 public bool Equals(IXamlEventInfo other) => other is CecilEvent cp && cp.Event == Event;