コード例 #1
0
ファイル: SreTypeSystem.cs プロジェクト: OmniUI/XamlIl2
 public bool Equals(IXamlIlEventInfo other) => (other as SreEvent)?.Event.Equals(Event) == true;
コード例 #2
0
 public bool Equals(IXamlIlEventInfo other) => other is CecilEvent cp && cp.Event == Event;