예제 #1
0
 public bool Equals(Position other)
 {
     return X == other.X && Y == other.Y;
 }
예제 #2
0
파일: Spot.cs 프로젝트: mstaessen/Primers
 public Spot(Position position)
 {
     Position = position;
 }