Method lfun::_equal()
- Method
_equal
int_equal(mixedarg)- Description
Recursive equality callback.
- Returns
Is expected to return
1if the current object is equal toarg, and0(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