= private = protected
<=>(p1)
Returns zero if num equals other, nil otherwise.
static VALUE num_cmp(VALUE x, VALUE y) { if (x == y) return INT2FIX(0); return Qnil; }