class SidekiqUniqueJobs::Key

def ==(other)

Returns:
  • (true, false) -

Parameters:
  • other (Key) -- the key to compare with
def ==(other)
  digest == other.digest
end