Method: PureCloud::QueueConversationEventTopicSocialExpression#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
# File 'lib/purecloudplatformclientv2/models/queue_conversation_event_topic_social_expression.rb', line 524

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      state == o.state &&
      id == o.id &&
      social_media_id == o.social_media_id &&
      social_media_hub == o.social_media_hub &&
      social_user_name == o.social_user_name &&
      preview_text == o.preview_text &&
      recording_id == o.recording_id &&
      held == o.held &&
      provider == o.provider &&
      script_id == o.script_id &&
      peer_id == o.peer_id &&
      disconnect_type == o.disconnect_type &&
      start_hold_time == o.start_hold_time &&
      connected_time == o.connected_time &&
      disconnected_time == o.disconnected_time &&
      wrapup == o.wrapup &&
      after_call_work == o.after_call_work &&
      additional_properties == o.additional_properties
end