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

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

Syntax

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

Parameters

x
Type: System..::..Object

[Missing <param name="x"/> documentation for "M:NHibernate.UserTypes.ICompositeUserType.GetHashCode(System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.UserTypes.ICompositeUserType.GetHashCode(System.Object)"]

See Also