Method: PinterestSdkClient::CustomLabel4Filter#==
- Defined in:
- lib/pinterest_sdk/models/custom_label4_filter.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
85 86 87 88 89 |
# File 'lib/pinterest_sdk/models/custom_label4_filter.rb', line 85 def ==(o) return true if self.equal?(o) self.class == o.class && custom_label_4 == o.custom_label_4 end |