module Dry::Core::Equalizer::Methods
def eql?(other)
- Api: - public
Returns:
-
(Boolean)
-
Parameters:
-
other
(Object
) --
def eql?(other) instance_of?(other.class) && cmp?(__method__, other) end
(Boolean)
-
other
(Object
)
--
def eql?(other) instance_of?(other.class) && cmp?(__method__, other) end