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