| FileHelperFilesMatch Method  | 
            Checks if the content of two given files is same
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntaxpublic static bool FilesMatch(
	string file1,
	string file2
)
Parameters
- file1
 - Type: SystemString
First file path to compare - file2
 - Type: SystemString
Second file path to compare 
Return Value
Type: 
Boolean
See Also