Method: PureCloud::QueueConversationVideoEventTopicConversation#==
- Defined in:
- lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_conversation.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
186 187 188 189 190 191 192 193 194 |
# File 'lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_conversation.rb', line 186 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 |