Value.objectIsInstanceOf
bool objectIsInstanceOf(string name)Get whether the value referenced by value is an instance of class name.
Parameters
name | a class name |
Returns
whether the value is an object instance of class name.
bool objectIsInstanceOf(string name)Get whether the value referenced by value is an instance of class name.
name | a class name |