Click or drag to resize
MessagePackObjectEqualityComparerGetHashCode Method
Returns a hash code for the specified MessagePackObject.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public int GetHashCode(
	MessagePackObject obj
)

Parameters

obj
Type: MsgPackMessagePackObject
The MessagePackObject.

Return Value

Type: Int32
A hash code for obj, suitable for use in hashing algorithms and data structures like a hash table.

Implements

IEqualityComparerTGetHashCode(T)
See Also