Method: KlaviyoAPI::ProfileSuppressionDeleteQueryResourceObject#==

Defined in:
lib/klaviyo-api-sdk/models/profile_suppression_delete_query_resource_object.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



98
99
100
101
102
103
# File 'lib/klaviyo-api-sdk/models/profile_suppression_delete_query_resource_object.rb', line 98

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