Method: PureCloud::AnalyticsQueryFilter#==
- Defined in:
- lib/purecloud/models/analytics_query_filter.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
88 89 90 91 92 93 94 |
# File 'lib/purecloud/models/analytics_query_filter.rb', line 88 def ==(o) return true if self.equal?(o) self.class == o.class && type == o.type && clauses == o.clauses && predicates == o.predicates end |