Symbol(s) or a word indicating a relationship between two or more values or expressions. These operators include less than (<
), less than or equal to (<=
), greater than (>
), greater than or equal to (>=
), not equal (<>
), and equal (=
). Additional comparison operators include Is and Like. Note that Is and Like can't be used as comparison operators in a Select Case statement.
See also Comparison operators.