コード例 #1
0
ファイル: DarkLightBase.cs プロジェクト: Abishai2007/actools
 protected bool Equals(DarkLightTag other)
 {
     return(_id == other._id);
 }
コード例 #2
0
ファイル: DarkLightBase.cs プロジェクト: Abishai2007/actools
 public int CompareTo(DarkLightTag other)
 {
     return(_id.CompareTo(other?._id ?? -1));
 }