IsObject

Determines whether a value is an object.

True conditions are:

  • Box Class instances are "objects"

  • All other classes that represent a Boxlang type are NOT "objects" (query, array, struct, XML, etc)

  • These JDK classes which are used for "simple" BoxLang types are also not "objects" (String, Number, Boolean)

  • Every other Java class is an "object"

Method Signature

IsObject(value=[any])

Arguments

Argument
Type
Required
Description
Default

value

any

true

The value to test

Examples

Last updated

Was this helpful?