Performs check to see if the given object is an instance of the entity or component which this Instantiator instantiates.

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

Syntax

C#
bool IsInstance(
	Object obj
)
Visual Basic
Function IsInstance ( _
	obj As Object _
) As Boolean
Visual C++
bool IsInstance(
	Object^ obj
)

Parameters

obj
Type: System..::..Object
The object to be checked.

Return Value

True is the object does represent an instance of the underlying entity/component.

See Also