why do i need GetHashcode() in the IEqualityComparer interface? -
I think the IEqualityComparer interface is equal (obj x, obj y) and GetHashcode ().
I understand perfectly equitable () methods because I have to say that two things are the same or not, but why do I need to apply the gatehach code () method?
Comments
Post a Comment