Method: OryClient::SetProject#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



99
100
101
102
103
104
# File 'lib/ory-client/models/set_project.rb', line 99

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