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

Syntax

Visual Basic (Declaration)
Public Shared Function Equals ( _
	obj1 As Object, _
	obj2 As Object _
) As Boolean
C#
public static bool Equals(
	Object obj1,
	Object obj2
)
Visual C++
public:
static bool Equals(
	Object^ obj1, 
	Object^ obj2
)
JavaScript
NHibernate.Util.ObjectUtils.equals = function(obj1, obj2);

Parameters

obj1
Type: System..::.Object
obj2
Type: System..::.Object

Return Value

See Also