Method: PureCloud::AnalyticsConversationQueryResponse#==

Defined in:
lib/purecloud/models/analytics_conversation_query_response.rb

#==(o) ⇒ Object

Check equality by comparing each attribute.



67
68
69
70
71
72
# File 'lib/purecloud/models/analytics_conversation_query_response.rb', line 67

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      conversations == o.conversations &&
      aggregations == o.aggregations
end