Лабораторная работа №3.1

This commit is contained in:
Stranni15k 2022-11-19 22:07:10 +04:00
parent 5879f21e46
commit 8e5e30238f

View File

@ -45,17 +45,6 @@ namespace ElectricLocomotive
return map._setLocomotive.Remove(position);
}
public static bool operator >(MapWithSetLocomotivGeneric<T, U> map, int Peremen)
{
return map._places.Length > Peremen;
}
// Перегрузка оператора вычитания
public static bool operator <(MapWithSetLocomotivGeneric<T, U> map, int Peremen)
{
return map._places.Length < Peremen;
}
// Вывод всего набора объектов
public Bitmap ShowSet()
{