Method: Hubspot::Crm::Products::NextPage#==
- Defined in:
- lib/hubspot/codegen/crm/products/models/next_page.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
89 90 91 92 93 94 |
# File 'lib/hubspot/codegen/crm/products/models/next_page.rb', line 89 def ==(o) return true if self.equal?(o) self.class == o.class && after == o.after && link == o.link end |