The Boolean type encompasses the literal values true and false. This type inherits from Value. The Boolean type is the return type of logical operator expressions. It is used to evaluate and process boolean logic and comparison expressions.
The following demonstrates use of the The Boolean type.