Skip to content

Hash and Equality #31

@xaviergonz

Description

@xaviergonz

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions