Beispiel #1
0
 public bool Equals(Tile other)
 {
     return(Front.Equals(other.Front) && Back.Equals(other.Back) && Glyph == other.Glyph);
 }