Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.170 eq

x eq y

a binary logical operator that works on numerical or string arguments x and y and that returns 1 for every element of x that is equal to the corresponding element of y, and 0 otherwise. String arguments yield 1 if all of their characters are equal, and 0 otherwise.

See also: ne, gt, lt, ge, le