N
AME
is_eq
- compare two svalues
S
YNTAX
#include <svalue.h>
int is_eq(struct svalue *
a
, struct svalue *
b
);
D
ESCRIPTION
This is the equivialent of the Pike operator `==. It compares two svalues and returns one if they are the same. Otherwise zero.
K
EYWORDS
svalue
S
EE
A
LSO
is_equal
,
is_lt
and
IS_ZERO