PIbd-21 Belianin N.N. LabWork08 #8

Closed
Belnik wants to merge 3 commits from LabWork08 into LabWork07
Owner
No description provided.
Belnik added 3 commits 2023-12-22 21:32:27 +04:00
eegov approved these changes 2023-12-23 16:55:39 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +39,4 @@
}
if (x is DrawTank && y is DrawTank)
{
if (x.Tank as EntityTank == null)
Collaborator

Так через is уже проверили

Так через is уже проверили
@ -0,0 +10,4 @@
{
internal class TankCompareByColor : IComparer<DrawArmoVehicle?>
{
public int Compare(DrawArmoVehicle? x, DrawArmoVehicle? y)
Collaborator

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

Требовалось сортировать по критериям: цвет, скорость, вес
eegov closed this pull request 2023-12-23 16:55:43 +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: Belnik/PIbd-21_Belianin_N.N._Tank._BASE#8
No description provided.