[]
Returns a hash code for the specified object.
public int GetHashCode(T obj)
Type | Name | Description |
---|---|---|
T | obj | The object for which a hash code is to be returned. |
Type | Description |
---|---|
int | A hash code for the specified object, based on its reference. |