Esempio n. 1
0
 public bool Equals(ref Half2 other)
 {
     return(X == other.X &&
            Y == other.Y);
 }
Esempio n. 2
0
 public bool Equals(Half2 other) => Equals(ref other);