Method: PureCloud::QueueConversationCallbackEventTopicJourneyCustomer#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



112
113
114
115
116
117
# File 'lib/purecloudplatformclientv2/models/queue_conversation_callback_event_topic_journey_customer.rb', line 112

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      id == o.id &&
      id_type == o.id_type
end