qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
EQ
   Operator Summary  Summary
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  expression1 EQ expression2
 
  Verifies equality. Returns true (-1) if expression1 equals
  expression2, or false (0) if it does not. Typically used with
  conditional directives.
 
  expression1   Must evaluate to a constant value.
 
  expression2   Must evaluate to a constant value.
 
   See Also: equalsign (=), NE, LT, LE, GT, GE
                                    -♦-