Method lfun::_equal()


Method _equal

int _equal(mixed arg)

Description

Recursive equality callback.

Returns

Is expected to return 1 if the current object is equal to arg, and 0 (zero) otherwise.

Note

It's assumed that this function is side-effect free.

Note

Note that this function may return different values at different times for the same argument due to the mutability of the object.

See also

equal(), lfun::`==()