示例#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;
 }