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