Murmur3..::..Hash 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)

Syntax


public static int Hash(
	Object obj
)
Public Shared Function Hash ( _
	obj As Object _
) As Integer
public:
static int^ Hash(
	Object^ obj
)

Parameters

obj
Type: Object
the object to hash.

Return Value

A hash value, expressed as a 32 bit integer.