Method: PureCloud::CallConversationNotificationDetail#==
- Defined in:
- lib/purecloud/models/call_conversation_notification_detail.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
81 82 83 84 85 86 87 88 |
# File 'lib/purecloud/models/call_conversation_notification_detail.rb', line 81 def ==(o) return true if self.equal?(o) self.class == o.class && error_code == o.error_code && field_name == o.field_name && entity_id == o.entity_id && entity_name == o.entity_name end |