Exemple #1
0
 protected bool Equals(LawnMowerState other)
 {
     return(Position.Equals(other.Position) && Equals(Direction, other.Direction));
 }