IsInstanceOf
Determines whether an object is an instance of a BoxLang interface or component, or of a Java class.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The CFC instance or Java object that you are testing | |
|
|
| The name of the interface, component, or Java class of which the object might be an instance |
Examples
Related
Last updated