Module | Virtus::Equalizer::Methods |
In: |
lib/virtus/support/equalizer.rb
|
Compare the object with other object for equivalency
@example
object == other # => true or false
@param [Object] other
the other object to compare with
@return [Boolean]
@api public