Method: OryClient::AttributeFilter#==
- Defined in:
- lib/ory-client/models/attribute_filter.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
138 139 140 141 142 143 144 |
# File 'lib/ory-client/models/attribute_filter.rb', line 138 def ==(o) return true if self.equal?(o) self.class == o.class && attribute == o.attribute && condition == o.condition && value == o.value end |