P
PJ6
Is there a way to customize how a dictionary considers the uniqueness and
equivalance of a particular object type?
I thought overriding GetHashcode and implementing IEquivalant(Of Type) would
have enough, but it seems these methods are being ignored - the dictionary
doesn't even call them. What's up with that?
Paul
equivalance of a particular object type?
I thought overriding GetHashcode and implementing IEquivalant(Of Type) would
have enough, but it seems these methods are being ignored - the dictionary
doesn't even call them. What's up with that?
Paul