Method: PureCloud::AgentEvaluatorActivity#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



115
116
117
118
119
120
121
122
123
124
125
# File 'lib/purecloudplatformclientv2/models/agent_evaluator_activity.rb', line 115

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      id == o.id &&
      name == o.name &&
      agent == o.agent &&
      evaluator == o.evaluator &&
      num_evaluations == o.num_evaluations &&
      average_evaluation_score == o.average_evaluation_score &&
      self_uri == o.self_uri
end