Exemple #1
0
 public bool Equals(Tile other)
 {
     return(glyph == other.glyph &&
            fgColor.Equals(other.fgColor) &&
            bgColor.Equals(other.bgColor));
 }