Good resource for explaining how hash codes are used in collections

Posted by Michael on Stack Overflow See other posts from Stack Overflow or by Michael
Published on 2010-04-22T21:59:19Z Indexed on 2010/04/22 22:03 UTC
Read the original article Hit count: 126

Filed under:
|
|
|
|

Hi,

Can anyone give a good explanation and / or links to a good resource of how hash codes are used in storing and retrieving objects in hashtables, dictionaries etc, specifically in C# / .NET.

I'm interested to see how Equals and GetHashCode are used collectively when storing and retrieving items.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET