Performs check to see if the given object is an instance of the entity
or component which this Instantiator instantiates.
Namespace: NHibernate.TupleAssembly: 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.