The relational operators compare values in relation to one other. The comparison operators are =
, <>
, <
, >
, <=
, >=
. There are also three other relational operators, TypeOf…Is
, Is
and Like
, which have specialized behaviors. All of the relational operators result in a Boolean
value.