Method: OpenapiClient::Clause#==
- Defined in:
- lib/ff/ruby/server/generated/lib/openapi_client/models/clause.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
139 140 141 142 143 144 145 146 147 |
# File 'lib/ff/ruby/server/generated/lib/openapi_client/models/clause.rb', line 139 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && attribute == o.attribute && op == o.op && values == o.values && negate == o.negate end |