FileDiffEngineTOnlyDuplicatedRecords Method |
Returns the duplicated records in both files.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic T[] OnlyDuplicatedRecords(
string file1,
string file2
)
Public Function OnlyDuplicatedRecords (
file1 As String,
file2 As String
) As T()
Parameters
- file1
- Type: SystemString
A file with records. - file2
- Type: SystemString
A file with records.
Return Value
Type:
TThe records that appear in both files.
See Also