Bridge

IEqualityComparer<(Of <(<'T>)>)>..::..GetHashCode Method

Returns a hash code for the specified object.

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


[NameAttribute]
int GetHashCode(
	T obj
)
<NameAttribute> _
Function GetHashCode ( _
	obj As T _
) As Integer
[NameAttribute]
int^ GetHashCode(
	T obj
)

Parameters

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

Return Value

A hash code for the specified object.

Exceptions


ExceptionCondition
System..::..ArgumentNullExceptionThe type of obj is a reference type and obj is null.