class ChefCLI::Policyfile::ArtifactoryCookbookSource

def ==(other)

def ==(other)
  other.is_a?(self.class) && other.uri == uri && other.preferred_cookbooks == preferred_cookbooks
end