-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Collections_KeyEqualityComparer_2_GetHashCode
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
Returns a hash code for the specified object.
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.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