From 035b2c4ab51aa9b2c3e2205c4be7a0aedf4066fb Mon Sep 17 00:00:00 2001 From: Programmist73 Date: Thu, 8 Dec 2022 22:43:46 +0400 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B2=D0=B5=D1=80=D1=88=D1=91?= =?UTF-8?q?=D0=BD=D0=BD=D0=B0=D1=8F=208-=D1=8F=20=D0=BB=D0=B0=D0=B1=D0=BE?= =?UTF-8?q?=D1=80=D0=B0=D1=82=D0=BE=D1=80=D0=BD=D0=B0=D1=8F.=20=D0=A3?= =?UTF-8?q?=D1=80=D0=B0!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Airbus/Airbus/AbstractMap.cs | 1 - 1 file changed, 1 deletion(-) 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