Language Keyword
Used to set Boolean variables or properties. False is the result of a comparison of two objects that are not equal.
Usage
expression = False
Expression is any valid Boolean expression.
Sample Code
See Also
True keyword, And, Or, Not, and Xor operators, Boolean data type.