Esempio n. 1
0
 public bool Equals(IntVector2 other)
 {
     return i == other.i && j == other.j;
 }
Esempio n. 2
0
 public bool Equals(IntVector2 other)
 {
     return i == other.i && j == other.j;
 }