comparison operator

A character or symbol indicating a relationship between two or more values or expressions:

Symbol         Description

 

<                   Less than

<=                 Less than or equal to

>                  Greater than

>=                 Greater than or equal to

<>                Not equal

=                   Equal

 

Additional comparison operators include Is and Like.  Note, however, that Is and Like cannot be used as comparison operators in a Select Case statement.