Compare two instances of the class mapped by this type for persistence "equality", ie. equality of persistent state.

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

Syntax

Visual Basic (Declaration)
Function Equals ( _
	x As Object, _
	y As Object _
) As Boolean
C#
bool Equals (
	Object x,
	Object y
)
Visual C++
bool Equals (
	Object^ x, 
	Object^ y
)

Parameters

x
System.Object
y
System.Object

Return Value