/// <summary> /// Compares two image paths using hash - returns true if match found /// </summary> /// <param name="file1"></param> /// <param name="file2"></param> /// <returns></returns> public static bool FileCompare_Hash(this string file1, string file2) { _AHK ahk = new _AHK(); return(ahk.FileCompare_Hash(file1, file2)); }