FileComparerByteByByte(FileInfo, FileInfo) 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(
FileInfo file1,
FileInfo file2
)
Public Sub New (
file1 As FileInfo,
file2 As FileInfo
)
Dim file1 As FileInfo
Dim file2 As FileInfo
Dim instance As New FileComparerByteByByte(file1, file2)
public:
FileComparerByteByByte(
FileInfo^ file1,
FileInfo^ file2
)
new :
file1 : FileInfo *
file2 : FileInfo -> FileComparerByteByByte
No code example is currently available or this language may not be supported.
Parameters
- file1 FileInfo
-
The first file to compare.
- file2 FileInfo
-
The second file to compare.