Is the given object considered an instance of the the entity (acconting for entity-mode) managed by this tuplizer.

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 if the object is considered as an instance of this entity within the given mode.

See Also