コード例 #1
0
ファイル: StringID.cs プロジェクト: elkine/MASGAU
 public override bool Equals(AIdentifier to_me)
 {
     return this.id.Equals(to_me.ToString());
 }