Click or drag to resize

FileDiffEngineTOnlyNoDuplicatedRecords Method

Returns the NON duplicated records in both files.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public T[] OnlyNoDuplicatedRecords(
	string file1,
	string file2
)

Parameters

file1
Type: SystemString
A file with record.
file2
Type: SystemString
A file with record.

Return Value

Type: T
The records that NOT appear in both files.
See Also