Home
last modified time | relevance | path

Searched refs:rb_hash_equal (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dhash.c3409 rb_hash_equal(VALUE hash1, VALUE hash2) in rb_hash_equal() function
5880 rb_define_method(rb_cHash, "==", rb_hash_equal, 1); in Init_Hash()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.04400 * hash.c (rb_hash_equal): a == b is true when b is non T_HASH
7598 * hash.c (rb_hash_equal): should check HASH_PROC_DEFAULT too.
7664 * hash.c (rb_hash_equal): should check default values.
12234 * hash.c (rb_hash_equal): check identity equality first.
H A DChangeLog-2.3.04546 * hash.c (rb_hash_equal, rb_hash_eql): [DOC] the orders of each
H A DChangeLog-1.9.384906 * hash.c (rb_hash_equal): returns true if two hashes have same set