Returns the duplicated records in both files.
[Visual Basic]
Public Function OnlyDuplicatedRecords( _
ByVal
file1 As
String, _
ByVal
file2 As
String _
) As
Object()
Parameters
-
file1
- A file with record.
-
file2
- A file with record.
Return Value
The records that appear in both files.
See Also
FileDiffEngine Class | FileHelpers Namespace
Powered by: