Method: CaTissue::HashCode#==

Defined in:
lib/catissue/helpers/hash_code.rb

#==(other) ⇒ Boolean

Returns whether the objects are identical.

Parameters:

  • other

    the object to compare

Returns:

  • (Boolean)

    whether the objects are identical

See Also:



17
18
19
# File 'lib/catissue/helpers/hash_code.rb', line 17

def ==(other)
  equal?(other)
end