Method: PureCloud::ConversationNotificationScreenshare#==
- Defined in:
- lib/purecloudplatformclientv2/models/conversation_notification_screenshare.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
165 166 167 168 169 170 171 172 173 174 175 176 177 178 |
# File 'lib/purecloudplatformclientv2/models/conversation_notification_screenshare.rb', line 165 def ==(o) return true if self.equal?(o) self.class == o.class && state == o.state && _self == o._self && id == o.id && context == o.context && sharing == o.sharing && provider == o.provider && disconnect_type == o.disconnect_type && connected_time == o.connected_time && disconnected_time == o.disconnected_time && additional_properties == o.additional_properties end |