Method | Description | |
---|---|---|
CompareFileData ( ) : System |
Initializes a new instance of the CompareFileData class
|
|
CompareFileData ( FileData leftFile, FileData rightFile ) : System |
Initializes a new instance of the CompareFileData class and sets properties based on the FileData provided
|
|
GetCompareFileDataAsText ( ) : string |
Formats an output string to show results for the -compare command-line parameter
|
Method | Description | |
---|---|---|
CompareMetadata ( object>.IEnumerable |
Compares two metadata collections together
|
|
CompareStreams ( IEnumerable |
Compares similar streams from two different files together
|
|
GetCompareDataAsText ( IEnumerable |
Returns the CompareData object as a string for output to the command-line or log file
|
public CompareFileData ( FileData leftFile, FileData rightFile ) : System | ||
leftFile | FileData | First set of FileData to use in comparison |
rightFile | FileData | Second set of FileData to use in comparison |
return | System |