small fix
This commit is contained in:
parent
4aca45d9c0
commit
2e0e8de721
@ -18,6 +18,7 @@ namespace AntiAircraftGun.Generics
|
||||
public bool Equals(AntiAirCraftGunCollectionInfo? other)
|
||||
{
|
||||
return Name == other.Name;
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public override int GetHashCode()
|
||||
|
Loading…
Reference in New Issue
Block a user