IsABoolean
Type
operator
Summary
Determines whether Target is a boolean or not.
Syntax
<Target> is a boolean
Description
Determines whether Target is a boolean or not.
Parameters
Name | Type | Description |
---|---|---|
Target | Any expression |
Value
Name | Type | Description |
---|---|---|
return | Returns true if the given expression Target is a boolean, and false if not. |