Visual Basic - Logical constant - false: false
Logical constant - false is used as follows:false
Description
false
Output
- return - Logical value
Examples
Visual Basic .NET
In the source code you can find the equivalent of the above table, for easier orientation at the end of each line is a comment which shows the result.a1 = not false ' a1 = true
a2 = not true ' a2 = false
Visual Basic .NET
Other pieces of example codes:false
j > 128 or false
false
false or false
false and false
y= false
You can find it in the following collections: constants
Logical constant - false in another programming language:
Differences to: