Example #1
0
 public bool Equals(GoalField x, GoalField y)
 {
     return(x.Equals(y));
 }
Example #2
0
 public int GetHashCode(GoalField obj)
 {
     return(0);
 }
Example #3
0
 public bool Equals(GoalField other)
 {
     return(this.Equals(other));
 }