-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
To properly create a dictionary/set etc two things are needed in .net
getHashcode method to get the hash of the object to know in which bucket it must be placed
an equals method to know which object to pick up on the bucket if the hash collides
I don't see any implementation of those in the collections, how are they handled by this library?
Reactions are currently unavailable