A type capable of representing the values true and false of Boolean logic.
true
false
Anything
Object
Basic
Boolean
Identifiable
shared Boolean()
hash
string
parse
shared Boolean|ParseException parse(String string)
The Boolean value of the given string representation of a boolean value, or null if the string does not represent a boolean value.
null
Recognized string representations are the strings "true" and "false".
"true"
"false"
equals()