Remove GetHashCode

This commit is contained in:
StanR 2024-09-23 16:30:02 +05:00
parent 6ed151ccf5
commit 08bded82fd
1 changed files with 0 additions and 5 deletions

View File

@ -198,11 +198,6 @@ public bool IsSimilarPolarity(Island other)
Math.Abs(Delta - other.Delta) < deltaDifferenceEpsilon; Math.Abs(Delta - other.Delta) < deltaDifferenceEpsilon;
} }
public override int GetHashCode()
{
return HashCode.Combine(Delta, DeltaCount);
}
public bool Equals(Island? other) public bool Equals(Island? other)
{ {
if (other == null) if (other == null)