PIbd-21_Rasubaev S.M._Lab8 #8

Closed
Sergey wants to merge 1 commits from lab_8 into lab_7
Owner
No description provided.
Sergey added 1 commit 2023-12-28 10:27:11 +04:00
Sergey requested review from eegov 2023-12-28 10:27:24 +04:00
eegov approved these changes 2023-12-29 22:13:36 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +4,4 @@
namespace HoistingCrane.Generics
{
internal class CraneCompareByColor : IComparer<DrawingCrane?>
Collaborator

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

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

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

Нет проверки, что other не равен null
eegov closed this pull request 2023-12-29 22:13:48 +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: Sergey/PYbd-21_Razubaev_C.M._HoistingCrane._Base#8
No description provided.