Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

FileDiffEngine.OnlyDuplicatedRecords Method 

Returns the duplicated records in both files.

[Visual Basic]
Public Function OnlyDuplicatedRecords( _
   ByVal file1 As String, _
   ByVal file2 As String _
) As Object()
[C#]
public object[] OnlyDuplicatedRecords(
   string file1,
   string file2
);

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:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox