method
eql?
v2_2_9 -
Show latest stable
- Class:
Date
eql?(p1)public
No documentation available.
static VALUE
d_lite_eql_p(VALUE self, VALUE other)
{
if (!k_date_p(other))
return Qfalse;
return f_zero_p(d_lite_cmp(self, other));
}