-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Collections_KeyEqualityComparer_2_GetHashCode
andrewvk edited this page Jun 23, 2016
·
5 revisions
Returns a hash code for the specified object.
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public int GetHashCode(
T obj
)
VB
Public Function GetHashCode (
obj As T
) As Integer
F#
abstract GetHashCode :
obj : 'T -> int
override GetHashCode :
obj : 'T -> int
Type: Int32
A hash code for the specified object.
IEqualityComparer(T).GetHashCode(T)
KeyEqualityComparer(T, TKey) Class
GetHashCode Overload
CodeJam.Collections Namespace