PIbd-22_Petrushin_E.A._Lab8 #13

Closed
Egor_Petrushin wants to merge 2 commits from PIbd-22_Petrushin_E.A._Lab8 into PIbd-22_Petrushin_E.A._Lab7
No description provided.
Egor_Petrushin added 2 commits 2023-12-20 22:44:23 +04:00
eegov approved these changes 2023-12-23 18:22:03 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +12,4 @@
public bool Equals(CarsCollectionInfo? other)
{
// TODO прописать логику сравнения по свойству Name
throw new NotImplementedException();
Collaborator

Логика не определена

Логика не определена
@ -0,0 +1,23 @@
namespace SelfPropelledArtilleryUnit.Generics
{
internal class SPAUCollectionInfo : IEquatable<SPAUCollectionInfo>
Collaborator

Такой класс уже есть

Такой класс уже есть
@ -0,0 +12,4 @@
public bool Equals(SPAUCollectionInfo? other)
{
return Name == other?.Name;
throw new NotImplementedException();
Collaborator

Недостижимый код

Недостижимый код
@ -0,0 +7,4 @@
namespace SelfPropelledArtilleryUnit.Generics
{
internal class SPAUCompareByColor : IComparer<DrawningSPAU?>
Collaborator

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

Требовалось сортировать по критериям: цвет, скорость, вес
eegov closed this pull request 2023-12-23 18:22:09 +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: Egor_Petrushin/PIbd-22_Petrushin_E.A._SelfPropelledArtilleryUnit_Base#13
No description provided.