Method: MuxRuby::AnnotationInput#==

Defined in:
lib/mux_ruby/models/annotation_input.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.



99
100
101
102
103
104
105
# File 'lib/mux_ruby/models/annotation_input.rb', line 99

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      note == o.note &&
      date == o.date &&
      sub_property_id == o.sub_property_id
end