Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: int GetHashCode(T)

Declaration

public int GetHashCode(
    T obj
)

Summary

Returns a hash code for an element.

Remarks

This method implements IEqualityComparer<T>.GetHashCode(T).