Overriding GetHashCode for mutable objects?
How does that work if the fields that it’s based on are mutable? It doesn’t in the sense that the hash code will change as the object changes. That is a problem for all of the reasons listed in the articles you read. Unfortunately this is the type of problem that typically only show up … Read more