예제 #1
0
 public bool Equals(IntVector2 other)
 {
     return i == other.i && j == other.j;
 }
예제 #2
0
 public bool Equals(IntVector2 other)
 {
     return i == other.i && j == other.j;
 }