Method: PureCloud::QueueConversationSocialExpressionEventTopicJourneyContext#==
- Defined in:
- lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_journey_context.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
136 137 138 139 140 141 142 |
# File 'lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_journey_context.rb', line 136 def ==(o) return true if self.equal?(o) self.class == o.class && customer == o.customer && customer_session == o.customer_session && triggering_action == o.triggering_action end |