Пример #1
0
 public bool Equals(ConsoleChar other)
 {
     return(Character == other.Character &&
            ForegroundColor == other.ForegroundColor &&
            BackgroundColor == other.BackgroundColor);
 }