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