Get a hashcode for the instance, consistent with persistence "equality"

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

Syntax

Visual Basic (Declaration)
Function GetHashCode ( _
	x As Object _
) As Integer
C#
int GetHashCode(
	Object x
)
Visual C++
int GetHashCode(
	Object^ x
)
JavaScript
function getHashCode(x);

Parameters

x
Type: System..::.Object

See Also