Method: PureCloud::ScreenShareConversationNotificationUriReference#==
- Defined in:
- lib/purecloud/models/screen_share_conversation_notification_uri_reference.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
63 64 65 66 67 68 |
# File 'lib/purecloud/models/screen_share_conversation_notification_uri_reference.rb', line 63 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && name == o.name end |