class ChefCLI::Policyfile::CookbookLocationSpecification

def ==(other)

def ==(other)
  other.is_a?(self.class) &&
    other.name == name &&
    other.version_constraint == version_constraint &&
    other.source_options == source_options
end