Click or drag to resize

Utils_FileFilesAreEqual_Hash Method (FileInfo, FileInfo)

Checks if two files' content are equal.

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_Hash(
	FileInfo first,
	FileInfo second
)

Parameters

first
Type: System.IOFileInfo
second
Type: System.IOFileInfo

Return Value

Type: Boolean
See Also