Method: PureCloud::ConversationNotificationChat#==
- Defined in:
- lib/purecloud/models/conversation_notification_chat.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
153 154 155 156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/purecloud/models/conversation_notification_chat.rb', line 153 def ==(o) return true if self.equal?(o) self.class == o.class && state == o.state && id == o.id && provider == o.provider && room_id == o.room_id && held == o.held && disconnect_type == o.disconnect_type && start_hold_time == o.start_hold_time && connected_time == o.connected_time && disconnected_time == o.disconnected_time && additional_properties == o.additional_properties end |