Method: Rodbot::Message#==

Defined in:
lib/rodbot/message.rb

#==(other) ⇒ Boolean

Whether two messages are equal

Returns:



84
85
86
# File 'lib/rodbot/message.rb', line 84

def ==(other)
  to_h == other.to_h
end