Fundamentals of Programming: Relational operators

From Wikibooks, open books for an open world
Jump to navigation Jump to search

UNIT 1 - ⇑ Fundamentals of Programming ⇑

← Modulo arithmetic Relational operators Boolean operators →


The relational operators in VB are =, <, >, <>, <=, >= and they stand for equals, less than, greater than, not equal to, less than or equal to and greater than or equal to.