'Declaration Public Function CrcEqualLocal( _ ByVal file1 As System.String, _ ByVal file2 As System.String _ ) As System.Boolean
'Usage Dim instance As FTP Dim file1 As System.String Dim file2 As System.String Dim value As System.Boolean value = instance.CrcEqualLocal(file1, file2)
Parameters
- file1
- The local file path of the first file
- file2
- The local file path of the second file