Batylkin A.O. LabWork03 #5

Closed
Stranni15k wants to merge 3 commits from LabWork3 into LabWork2
Showing only changes of commit 8e5e30238f - Show all commits

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