From 8e5e30238f92e981569f50f9fc4aaf850cb86bfc Mon Sep 17 00:00:00 2001 From: Stranni15k Date: Sat, 19 Nov 2022 22:07:10 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B0=D0=B1=D0=BE=D1=80=D0=B0=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=BD=D0=B0=D1=8F=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=20=E2=84=963.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ElectricLocomotive/MapWithSetLocomotivGeneric.cs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ElectricLocomotive/ElectricLocomotive/MapWithSetLocomotivGeneric.cs b/ElectricLocomotive/ElectricLocomotive/MapWithSetLocomotivGeneric.cs index 9a1bdfe..1647836 100644 --- a/ElectricLocomotive/ElectricLocomotive/MapWithSetLocomotivGeneric.cs +++ b/ElectricLocomotive/ElectricLocomotive/MapWithSetLocomotivGeneric.cs @@ -45,17 +45,6 @@ namespace ElectricLocomotive return map._setLocomotive.Remove(position); } - - public static bool operator >(MapWithSetLocomotivGeneric map, int Peremen) - { - return map._places.Length > Peremen; - } - // Перегрузка оператора вычитания - public static bool operator <(MapWithSetLocomotivGeneric map, int Peremen) - { - return map._places.Length < Peremen; - } - // Вывод всего набора объектов public Bitmap ShowSet() {