| ReferenceEqualityComparerTGetHashCode Method (T) |
Returns a hash code for the specified object.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public int GetHashCode(
T obj
)
Public Function GetHashCode (
obj As T
) As Integer
public:
virtual int GetHashCode(
T obj
) sealed
abstract GetHashCode :
obj : 'T -> int
override GetHashCode :
obj : 'T -> int
Parameters
- obj
- Type: T
The Object for which a hash code is to be returned.
Return Value
Type:
Int32A hash code for the specified object.
Implements
IEqualityComparerTGetHashCode(T)Exceptions See Also