= private = protected
==(p1)
Returns true if the integer value of stat equals other.
static VALUE pst_equal(VALUE st1, VALUE st2) { if (st1 == st2) return Qtrue; return rb_equal(pst_to_i(st1), st2); }