Method: PureCloud::AuditFilter#==

Defined in:
lib/purecloudclient_v2a/models/audit_filter.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



186
187
188
189
190
191
192
193
# File 'lib/purecloudclient_v2a/models/audit_filter.rb', line 186

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      name == o.name &&
      type == o.type &&
      operator == o.operator &&
      values == o.values
end