Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Collections.​IHashCodeProvider

Assembly: System.Runtime

Supplies a hash code for an object, using a custom hash function.

Methods

public int
GetHashCode​(object obj)
obj The <see cref="T:System.Object" /> for which a hash code is to be returned.
Returns A hash code for the specified object.
Returns a hash code for the specified object.