lpc4/lib/
lpc4/lib/doc/efun/
lpc4/lib/doc/lfun/
lpc4/lib/doc/operators/
lpc4/lib/doc/simul_efuns/
lpc4/lib/doc/types/
lpc4/lib/etc/
lpc4/lib/include/
lpc4/lib/include/arpa/
lpc4/lib/obj/d/
lpc4/lib/save/
lpc4/lib/secure/
lpc4/lib/std/
lpc4/lib/std/living/
NAME
	is_equal - check if two values are equal

SYNTAX
	int is_equal(mixed a,mixed b);

DESCRIPTION
	Returns 1 if the two arguments are equal, note that they do not have
	to be the same values, ie. if two arrays are compared, it is enough
	that all their indexes are equal, they do not have to be the same
	array, as is the case with ==.

SEE ALSO
	copy_value