Value.objectIsInstanceOf

Get whether the value referenced by @value is an instance of class @name.

class Value
bool
objectIsInstanceOf
(
string name
)

Parameters

name string

a class name

Return Value

Type: bool

whether the value is an object instance of class @name.

Meta