Method: PureCloud::ConversationNotificationVideo#==

Defined in:
lib/purecloudplatformclientv2/models/conversation_notification_video.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
# File 'lib/purecloudplatformclientv2/models/conversation_notification_video.rb', line 181

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      state == o.state &&
      _self == o._self &&
      id == o.id &&
      context == o.context &&
      audio_muted == o.audio_muted &&
      video_muted == o.video_muted &&
      sharing_screen == o.sharing_screen &&
      provider == o.provider &&
      disconnect_type == o.disconnect_type &&
      connected_time == o.connected_time &&
      disconnected_time == o.disconnected_time &&
      additional_properties == o.additional_properties
end