PIbd-22. Fedorenko G.Y. Lab Work 8 #9

Closed
fedorenko wants to merge 2 commits from lab8 into lab7
Showing only changes of commit 605ee63c40 - Show all commits

View File

@ -20,7 +20,6 @@ namespace Hydroplane
{
if (Name != other?.Name)
throw new NotImplementedException(nameof(Name));
//return false;
return true;
}