Method: OryClient::UiContainer#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



126
127
128
129
130
131
132
133
# File 'lib/ory-client/models/ui_container.rb', line 126

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      action == o.action &&
      messages == o.messages &&
      method == o.method &&
      nodes == o.nodes
end