Closed StephenCleary closed 5 years ago
Currently we allow IEqualityComparer.GetHashCode(null) for value types. Should we?
IEqualityComparer.GetHashCode(null)
If changed, this would be a breaking change.
Yes, we should. Microsoft does, too.
Currently we allow
IEqualityComparer.GetHashCode(null)
for value types. Should we?If changed, this would be a breaking change.