Versions Compared

Key

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

...

Returns 1 if the two strings are the same, 0 if not.

Remarks

Added in 2.2.6

The EQ service compares two variables as strings. When you use the BASIC+ equality operator, the variables' contents will be compared according to abstract value, which means "123" will be equal to "123.000". The EQ service, on the other hand, always does a character by character comparison.

...