Exemplo n.º 1
0
 public bool Equals(Position other)
 {
     return X == other.X && Y == other.Y;
 }
Exemplo n.º 2
0
 public Spot(Position position)
 {
     Position = position;
 }