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() {