How To Use Custom Objects as Hashtable Keys Without Getting Duplicated Keys in Your Collection
Have you ever faced an issue of having duplicated key objects in your Hashtable even though the objects represent the same entity? In this post I’ll show a way to circumvent the Hashtable behavior.
Sometimes we have a need to use objects as Hashtable keys instead of strings. At least for me, most of the time, [...]

