Жирнова А.Е. ПИбд-21 Лабораторная работа №8 #9

Closed
allllen4a wants to merge 1 commits from LabBase08 into LabBase07
Owner
No description provided.
allllen4a added 1 commit 2023-12-19 12:46:15 +04:00
allllen4a requested review from eegov 2023-12-19 12:46:22 +04:00
eegov approved these changes 2023-12-23 17:03:18 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -0,0 +31,4 @@
else
return 1;
}
if (x.GetType().Name == y.GetType().Name && x is DrawningDoubleDeckerBus)
Collaborator

Требовалось сортировать по критериям: цвет, скорость, вес

Требовалось сортировать по критериям: цвет, скорость, вес
@ -0,0 +17,4 @@
}
public bool Equals(BusesCollectionInfo? other)
{
return Name == other.Name;
Collaborator

Нет проверки, что other не равен null

Нет проверки, что other не равен null
eegov closed this pull request 2023-12-23 17:03:24 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: allllen4a/PIbd-21_Zhirnova_A.E._DoubleDeckerBus._Base#9
No description provided.