Bridge

RuntimeHelpers..::..GetHashCode Method

Serves as a hash function for a particular object, and is suitable for use in algorithms and data structures that use hash codes, such as a hash table.

Namespace:  System.Runtime.CompilerServices
Assembly:  Bridge (in Bridge.dll)

Syntax


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

Parameters

obj
Type: System..::..Object

Return Value

A hash code for the object identified by the o parameter.