コード例 #1
0
ファイル: Messages.cs プロジェクト: wis-niowy/TheProjectGame
 public bool Equals(GoalField x, GoalField y)
 {
     return(x.Equals(y));
 }
コード例 #2
0
ファイル: Messages.cs プロジェクト: wis-niowy/TheProjectGame
 public int GetHashCode(GoalField obj)
 {
     return(0);
 }
コード例 #3
0
ファイル: Messages.cs プロジェクト: wis-niowy/TheProjectGame
 public bool Equals(GoalField other)
 {
     return(this.Equals(other));
 }