Boolean
Boolean data types indicate if a condition is true or false. You can add these methods to the Boolean data type:
-
not
: Returns the inverse of the Boolean value -
equals
: Returns True if the Boolean contains a value that equals a specified field. -
isNull
: Returns True if the Boolean has a null value
You can add literal values to Boolean data types. See Working with Literal Values.