예제 #1
0
파일: StringID.cs 프로젝트: elkine/MASGAU
 public override bool Equals(AIdentifier to_me)
 {
     return this.id.Equals(to_me.ToString());
 }