Method: Falcon::StateOnlineStateResultV1#==

Defined in:
lib/crimson-falcon/models/state_online_state_result_v1.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.



131
132
133
134
135
136
137
138
# File 'lib/crimson-falcon/models/state_online_state_result_v1.rb', line 131

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      cid == o.cid &&
      id == o.id &&
      last_seen == o.last_seen &&
      state == o.state
end