FileComparerByteByByte(FileInfo, FileInfo) Constructor

Initializes a new instance of the FileComparerByteByByte class.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public FileComparerByteByByte(
	FileInfo file1,
	FileInfo file2
)

Parameters

file1  FileInfo
The first file to compare.
file2  FileInfo
The second file to compare.

See Also