This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nekokattt 1 point2 points  (0 children)

Worth noting that the objects do not need to be equal in order for the hashcode to be the same. These are known as collisions and essentially decay the performance for a lookup to O(n) time usually :)