first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

C# Code: “Object.GetHashCode Method (System)”; MSDN

The default implementation of the GetHashCode method does not guarantee unique return values for different objects. Furthermore, the .NET Framework does not guarantee the default implementation of the GetHashCode method, and the value it returns will be the same between different versions of the .NET Framework. Consequently, the default implementation of this method must not be used as a unique object identifier for hashing purposes.

[http://msdn.microsoft.com/en-us/library/system.object.gethashcode.aspx]

mod date: 2010-02-24T00:31:08.000Z