コード例 #1
0
ファイル: VectorHelper.cs プロジェクト: stv1024/Intruder
 public bool Equals(IntVector2 other)
 {
     return i == other.i && j == other.j;
 }
コード例 #2
0
ファイル: VectorHelper.cs プロジェクト: stv1024/Voyager
 public bool Equals(IntVector2 other)
 {
     return i == other.i && j == other.j;
 }