예제 #1
0
 internal static bool CompareHashes(string File1, string File2)
 {
     return(Tools.NameToHash(File1) == Tools.NameToHash(File2));
 }
예제 #2
0
 internal static bool CompareNames(string File1, string File2)
 {
     // TODO: change name comparison to use function
     return(Tools.ToQarPath(File1) == Tools.ToQarPath(File2));
 }