Namespace:  NHibernate
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function GetHashCode ( _
	obj As Object _
) As Integer
C#
public int GetHashCode(
	Object obj
)
Visual C++
public:
virtual int GetHashCode(
	Object^ obj
) sealed
JavaScript
function getHashCode(obj);

Parameters

obj
Type: System..::.Object

Implements

IHashCodeProvider..::.GetHashCode(Object)

See Also