Method: OryClient::IdentityCredentials#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



127
128
129
130
131
132
133
134
135
136
# File 'lib/ory-client/models/identity_credentials.rb', line 127

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      config == o.config &&
      created_at == o.created_at &&
      identifiers == o.identifiers &&
      type == o.type &&
      updated_at == o.updated_at &&
      version == o.version
end