PIbd-21. Kryukov A.I. Lab work 08 base #23
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab_8"
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?
WIP: PIbd-21. Kryukov A.I. Lab work 08 baseto PIbd-21. Kryukov A.I. Lab work 08 baseЗачтено с понижением балла(ов)
@ -0,0 +33,4 @@
return false;
}
if(x.EntityExcavator.BodyColor != y.EntityExcavator.BodyColor) { return false; }
if(x is DrawningExcavatorBodyKits && y is DrawningExcavatorBodyKits)
Нет сравнения по дополнительному цвету
@ -0,0 +17,4 @@
}
public bool Equals(ExcavatorsCollectionInfo other)
{
return Name.Equals(other.Name);
Нет проверки, что other не равен null
Pull request closed