Click or drag to resize
Murmur3Hash Method
Pass a .NET object to the function and get a 32-bit Murmur3 hash in return.

Namespace: Akka.Util
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static int Hash(
	Object obj
)

Parameters

obj
Type: SystemObject
the object to hash.

Return Value

Type: Int32
A hash value, expressed as a 32 bit integer.
See Also