Click or drag to resize
DigitalRuneReferenceEqualityComparerTGetHashCode Method (T)
Returns a hash code for the specified object.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
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)
Exceptions
ExceptionCondition
ArgumentNullException The type of obj is a reference type and obj is .
See Also