Logical / Bitwise Operators in VB.NET

Logical / Bitwise Operators

The logical operators compare Boolean expressions and return a Boolean result. In short, logical operators are expressions which return a true or false result over a conditional expression. The table below summarizes them:

Operator

Use

Not

Negation

And

Conjunction

AndAlso

Conjunction

Or

Disjunction

OrElse

Disjunction

Xor

Disjunction

No comments: