class SidekiqUniqueJobs::Locksmith

def ==(other)

Returns:
  • (true, false) -

Parameters:
  • other (Locksmith) -- the locksmith to compare with
def ==(other)
  key == other.key && job_id == other.job_id
end