Method: OryClient::RecoveryIdentityAddress#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



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

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      created_at == o.created_at &&
      id == o.id &&
      updated_at == o.updated_at &&
      value == o.value &&
      via == o.via
end