bool operator () (const FileProperty& fp1, const FileProperty& fp2) const { return fp1.getHashC() == fp2.getHashC(); }
size_t operator () (const FileProperty& fp) const { return std::hash<std::string>()(fp.getHashC()); }