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