Esempio n. 1
0
 public bool Equals(IXamlIlEventInfo other) => (other as SreEvent)?.Event.Equals(Event) == true;
Esempio n. 2
0
 public bool Equals(IXamlIlEventInfo other) => other is CecilEvent cp && cp.Event == Event;