equaln

Category

Test Commands / Mathematical Commands

Syntax

if (equaln(vA,B)) { .....
if (vA == B) { .....

Description

Returns true if vA is equal to B.

See also

equalv