method
compare_by_identity?
v2_6_3 -
Show latest stable
- Class:
Hash
compare_by_identity?()public
No documentation available.
VALUE
rb_hash_compare_by_id_p(VALUE hash)
{
if (RHASH_ST_TABLE_P(hash) && RHASH_ST_TABLE(hash)->type == &identhash) {
return Qtrue;
}
else {
return Qfalse;
}
}