class ChefCLI::Policyfile::SolutionDependencies::Cookbook
def eql?(other)
def eql?(other) other.is_a?(self.class) && other.name == name && other.version == version end
def eql?(other) other.is_a?(self.class) && other.name == name && other.version == version end