public function equal($project_path, $file)
 {
     return parent::equal($project_path, $file) && $this->recipe == $file->recipe();
 }