FileComparerByteByByte(String, String) Constructor
Namespace: DevCase.Core.IO.FileSystemAssembly: 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
)
Public Sub New (
filePath1 As String,
filePath2 As String
)
Dim filePath1 As String
Dim filePath2 As String
Dim instance As New FileComparerByteByByte(filePath1,
filePath2)
public:
FileComparerByteByByte(
String^ filePath1,
String^ filePath2
)
new :
filePath1 : string *
filePath2 : string -> FileComparerByteByByte
No code example is currently available or this language may not be supported.
Parameters
- filePath1 String
-
Full path to the first file to compare.
- filePath2 String
-
Full path to the second file to compare.