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