Method: OryClient::ProjectServiceIdentity#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • to be compared



89
90
91
92
93
# File 'lib/ory-client/models/project_service_identity.rb', line 89

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