|
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)
Syntaxpublic int GetHashCode(
int[] obj
)
Public Function GetHashCode (
obj As Integer()
) As Integer
public:
virtual int GetHashCode(
array<int>^ obj
) sealed
abstract GetHashCode :
obj : int[] -> int
override GetHashCode :
obj : int[] -> int
Parameters
- obj
- Type: SystemInt32
object for which to produce the hash-code
Return Value
Type:
Int32object's hash-code
Implements
IEqualityComparerTGetHashCode(T)
See Also