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

Namespace: NHibernate.UserTypes
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

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

Parameters

x
System.Object