ISE_22.Aparyan.Bulldozer.Base Lab08 #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Laba08"
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 +32,4 @@
{
return false;
}
if (x is DrawingBulldozer && y is DrawingBulldozer)
Нет сравнения по дополнительному цвету
@ -0,0 +14,4 @@
public bool Equals(TractorsCollectionInfo? other)
{
return Name == other.Name;
Нет проверки, что other не равен null
Pull request closed