object_is_instance_of
Description:
public bool object_is_instance_of (
string name)
Get whether the value referenced by this is an instance of class name.
Parameters:
| this |
a Value
|
| name |
a class name
|
Returns:
|
whether the value is an object instance of class name.
|