Method: PureCloud::CallConversationNotification#==
- Defined in:
- lib/purecloud/models/call_conversation_notification.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
103 104 105 106 107 108 109 110 111 |
# File 'lib/purecloud/models/call_conversation_notification.rb', line 103 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 && recording_state == o.recording_state end |