Test commands / Mathematical commands
Syntax
if (equalv(vA,vB)) { .....
if (vA == vB) { .....
Description
Returns true if vA is equal to vB.
See also
equaln