Method: PureCloud::ConversationNotification#==
- Defined in:
- lib/purecloud/models/conversation_notification.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
92 93 94 95 96 97 98 99 100 |
# File 'lib/purecloud/models/conversation_notification.rb', line 92 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && max_participants == o.max_participants && participants == o.participants && recording_state == o.recording_state && address == o.address end |