Завершённая 8-я лабораторная. Ура!

This commit is contained in:
Programmist73 2022-12-08 22:43:46 +04:00
parent f5fb433b76
commit 035b2c4ab5

View File

@ -167,7 +167,6 @@ namespace Airbus
} }
//сравнение //сравнение
public bool Equals(AbstractMap? other) public bool Equals(AbstractMap? other)
{ {
if (other == null || _map != other._map || _height != other._height || _width != other._width if (other == null || _map != other._map || _height != other._height || _width != other._width