= private = protected
eql?(p1)
Returns true if hash and other are both hashes with the same content.
static VALUE rb_hash_eql(VALUE hash1, VALUE hash2) { return hash_equal(hash1, hash2, TRUE); }