Keyword
False
Description
Used to set Boolean variables or properties. False is the result of a comparison of two objects that are not equal.
Sample code
Var b As Boolean
b = True
b = False
Compatibility
All project types on all supported operating systems.