Method: OryClient::UiNode#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



188
189
190
191
192
193
194
195
196
# File 'lib/ory-client/models/ui_node.rb', line 188

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      attributes == o.attributes &&
      group == o.group &&
      messages == o.messages &&
      meta == o.meta &&
      type == o.type
end