Click or drag to resize

Utils_FileFilesAreEqual Method

Checks if two files are equals. https://support.microsoft.com/fr-fr/help/320348/how-to-create-a-file-compare-function-in-visual-c

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static bool FilesAreEqual(
	string file1,
	string file2
)

Parameters

file1
Type: SystemString
file2
Type: SystemString

Return Value

Type: Boolean
See Also