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
RuntimeHelpers.GetHashCode() does exactly what is needed here.