Keyword

False


Description

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

Var b As Boolean
b = True
b = False

Compatibility

All project types on all supported operating systems.

See also

True keyword, And, Or, Not, and Xor operators, Boolean data type.