Method: OryClient::ProjectServiceOAuth2#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



85
86
87
88
89
# File 'lib/ory-client/models/project_service_o_auth2.rb', line 85

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