o_IsBoolean

abstract fun o_IsBoolean(self: AvailObject): Boolean

Is the specified AvailObject an Avail boolean?

Return

true if the argument is a boolean, false otherwise.

Parameters

self

See also