ПИбд-23 Тихоненков А.Е. Лабораторная №8 #16

Closed
YourDax wants to merge 4 commits from Lab8 into Lab7
Showing only changes of commit 2e0e8de721 - Show all commits

View File

@ -18,6 +18,7 @@ namespace AntiAircraftGun.Generics
public bool Equals(AntiAirCraftGunCollectionInfo? other)
{
return Name == other.Name;
Review

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

Нет проверки, что other не равен null
throw new NotImplementedException();
}
public override int GetHashCode()