Method: MergeATSClient::UpdateApplicationStageRequest#==

Defined in:
lib/merge_ats_client/models/update_application_stage_request.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



105
106
107
108
109
110
# File 'lib/merge_ats_client/models/update_application_stage_request.rb', line 105

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      job_interview_stage == o.job_interview_stage &&
      remote_user_id == o.remote_user_id
end