Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

EQV stands for equivalence and is used for constraints.

...

  1. This function is used in constraints only.
  2. It returns TRUE if the values tested are the same, and returns FALSE only if they are not.
  3. EQV is the opposite of XOR. Other operators are AND, IMP, OR and XOR

...