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

Syntax

Visual Basic (Declaration)
Public Overrides Function Equals ( _
	other As Object _
) As Boolean
C#
public override bool Equals(
	Object other
)
Visual C++
public:
virtual bool Equals(
	Object^ other
) override
JavaScript
function equals(other);

Parameters

other
Type: System..::.Object

See Also