small fix

This commit is contained in:
Алексей Тихоненков 2023-12-12 12:39:56 +04:00
parent 4aca45d9c0
commit 2e0e8de721

View File

@ -18,6 +18,7 @@ namespace AntiAircraftGun.Generics
public bool Equals(AntiAirCraftGunCollectionInfo? other)
{
return Name == other.Name;
throw new NotImplementedException();
}
public override int GetHashCode()