Click or drag to resize

IntArr2EqualityComparerGetHashCode Method (Int32)

return the object's hash-code

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int GetHashCode(
	int[] obj
)

Parameters

obj
Type: SystemInt32
object for which to produce the hash-code

Return Value

Type: Int32
object's hash-code

Implements

IEqualityComparerTGetHashCode(T)
See Also