FileComparerByteByByte(String, String) 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(
	string filePath1,
	string filePath2
)

Parameters

filePath1  String
Full path to the first file to compare.
filePath2  String
Full path to the second file to compare.

See Also