The following table lists the arithmetic, comparison, and logical operators provided by Visual Basic.
Table 5 Visual Basic Operators
Category |
Operator |
Arithmetic |
^, -, *, /, \, Mod, +, & |
Comparison |
=, <>, <, >, <=, >=, Is, Like |
Logical |
And, Eqv, Imp, Not, Or, Xor |