module Dry::Core::Equalizer::Methods

def eql?(other)

Other tags:
    Api: - public

Returns:
  • (Boolean) -

Parameters:
  • other (Object) --
def eql?(other)
  instance_of?(other.class) && cmp?(__method__, other)
end