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

Syntax

Visual Basic (Declaration)
Public Function IsSame ( _
	x As Object, _
	y As Object _
) As Boolean
C#
public bool IsSame(
	Object x,
	Object y
)
Visual C++
public:
bool IsSame(
	Object^ x, 
	Object^ y
)
JavaScript
function isSame(x, y);

Parameters

x
Type: System..::.Object
y
Type: System..::.Object

See Also