equalv

Category

Test Commands / Mathematical Commands

Syntax

if (equalv(vA,vB)) { .....
if (vA == vB) { .....

Description

Returns true if vA is equal to vB.

See also

equaln