Method: OryClient::UpdateIdentityBody#==
- Defined in:
- lib/ory-client/models/update_identity_body.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
142 143 144 145 146 147 148 149 150 151 |
# File 'lib/ory-client/models/update_identity_body.rb', line 142 def ==(o) return true if self.equal?(o) self.class == o.class && credentials == o.credentials && == o. && == o. && schema_id == o.schema_id && state == o.state && traits == o.traits end |