ObjectUtility.GetHashCode<T> method

Gets the hash code for the specified object.

public static int GetHashCode<T>(T obj)
parameter description
obj The object for which to get a hash code.

Return Value

The hash code for the specified object, or zero if the object is null.

See Also