Pass a .NET object to the function and get a 32-bit Murmur3 hash in return.
Namespace: Akka.UtilAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static int Hash(
Object obj
)
Public Shared Function Hash (
obj As Object
) As Integer
public:
static int Hash(
Object^ obj
)
static member Hash :
obj : Object -> int
Parameters
- obj
- Type: SystemObject
the object to hash.
Return Value
Type:
Int32A hash value, expressed as a 32 bit integer.
See Also