Folks, here\'s a thorny problem for you!
A part of the TickZoom system must collect instances of every type of object into a Dictionary<> type.
It is imperati
The hash code doesn't have to be unique. (But uniqueness will improve performance). So - one thing you can do is set the hash code by the type name. All object from the same type will have the same hash code.