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