Method: PureCloud::ChannelEntityListing#==
- Defined in:
- lib/purecloud/models/channel_entity_listing.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
56 57 58 59 60 |
# File 'lib/purecloud/models/channel_entity_listing.rb', line 56 def ==(o) return true if self.equal?(o) self.class == o.class && entities == o.entities end |