This is a quick guide to internal implementation of such C# types as Dictionary, Hashtable, List and others.
Day: December 9, 2015
Equals & GetHashCode: Why is it important to override both?Equals & GetHashCode: Why is it important to override both?
It is important if your item will be used as a key in a dictionary, or HashSet, etc – since this is used to group items into buckets (in the