FileHelperFilesMatch Method |
Checks if the content of two given files is same
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax public 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:
BooleanSee Also