FileComparisonResult Enumeration
This enumeration defines the possible outcomes of a file comparison. You can use the numeric values from scripting languages that do not have access to the symbolic enumeration constants.
| Constant | Value | Description | 
|---|---|---|
| fcrSame | 0x0000 (0) | The files were the same according to the preferences used for the comparison. | 
| fcrDifferent | 0x0001 (1) | The files were different. | 
| fcrError | 0x0002 (2) | The comparison was halted due to an error. |