Method: OryClient::UiNode#==
- Defined in:
- lib/ory-client/models/ui_node.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
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 && == o. && == o. && type == o.type end |