Boolean(Applied Technologies Group)
Definition The primitive type Boolean is used for logical expression, consisting of the predefined values true and false. Boolean defines an enumeration that denotes a logical condition. Its enumeration literals are: true (The Boolean condition is satisfied) false (The Boolean condition is not satisfied ...