'Declaration Public Function CrcEqual( _ ByVal file1 As System.String, _ ByVal file2 As System.String _ ) As System.Boolean
'Usage Dim instance As Encryption Dim file1 As System.String Dim file2 As System.String Dim value As System.Boolean value = instance.CrcEqual(file1, file2)
Parameters
- file1
- Path to the first file
- file2
- Path to the second file