Click or drag to resize
FileHelperFilesMatch Method
Checks if the content of two given files is same

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
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: Boolean
See Also