Method: PureCloud::CobrowseConversationNotification#==
- Defined in:
- lib/purecloud/models/cobrowse_conversation_notification.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
85 86 87 88 89 90 91 92 |
# File 'lib/purecloud/models/cobrowse_conversation_notification.rb', line 85 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && name == o.name && participants == o.participants && other_media_uris == o.other_media_uris end |