D
deutliu
I'm wondering why the Object class has GetHashCode method? It seems
that the only place that it is used is in the Hashtable class. Now
there is the IEqualityComparer for the new Dictionary class. Can we
say that we don't need the Object.GetHashCode any more?
Ian
that the only place that it is used is in the Hashtable class. Now
there is the IEqualityComparer for the new Dictionary class. Can we
say that we don't need the Object.GetHashCode any more?
Ian