Method: OryClient::ManagedIdentitySchema#==

Defined in:
lib/ory-client/models/managed_identity_schema.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



166
167
168
169
170
171
172
173
174
175
176
# File 'lib/ory-client/models/managed_identity_schema.rb', line 166

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      blob_name == o.blob_name &&
      blob_url == o.blob_url &&
      content_hash == o.content_hash &&
      created_at == o.created_at &&
      id == o.id &&
      name == o.name &&
      updated_at == o.updated_at
end