PIbd - 21 Bakalskaya E.D. LabWork08 Base #10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork08"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +10,4 @@
{
internal class LocoCompareByColor : IComparer<DrawingLocomotive?>
{
public int Compare(DrawingLocomotive? x, DrawingLocomotive? y)
Требовалось сортировать по критериям: цвет, скорость, вес
@ -0,0 +19,4 @@
public bool Equals(LocosCollectionInfo other)
{
if (Name != other?.Name)
//throw new NotImplementedException(nameof(Name));
Закомментированного кода быть не должно
Pull request closed