Next: , Previous: , Up: BindingDictionary   [Index]


1.10.2 BindingDictionary: basic & copying

= arg

Answer whether the receiver is equal to arg. The equality test is by default the same as that for equal objects. = must not fail; answer false if the receiver cannot be compared to arg

hash

Answer an hash value for the receiver. This is the same as the object’s #identityHash.