Click or drag to resize

DynamicEqualityComparerTGetHashCode Method

Returns a hash code for the specified object

Namespace:  Cauldron
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.2
Syntax
public int GetHashCode(
	T obj
)

Parameters

obj
Type: T
The Object for which a hash code is to be returned.

Return Value

Type: Int32
A hash code for the specified object

Implements

IEqualityComparerTGetHashCode(T)
See Also