コード例 #1
0
 public override bool Equals(object right) => default;                              // 0x00AED370-0x00AED460
 public bool Equals(DictionaryInfo other) => default;                               // 0x00AED460-0x00AED4A0
コード例 #2
0
ファイル: swkbd_Types.cs プロジェクト: Hydrocas/LessIsMore
 public bool Equals(DictionaryInfo other)
 {
     return(this == other);
 }