class Bundler::Resolver::Candidate

def eql?(other)

def eql?(other)
  return unless other.is_a?(self.class)
  sort_obj.eql?(other.sort_obj)
end