RegDiff Fields

tikumo.regis3

RegDiff Fields regdiff Code Documentation
The RegDiff type exposes the following members.
Fields

  NameDescription
Public fieldDataMismatches
Data mismatches: a key/value exists in both files, but the respective data doesn't match
Public fieldKey1
First key
Public fieldKey2
Second key
Public fieldKindMismatches
Kind mismatches: a key/value exists in both files, but the kind doesn't match (for example, its a string in one file and an integer in the other)
Public fieldMissingKeysIn1
Keys missing in 1 but present in 2
Public fieldMissingKeysIn2
Keys missing in 2 but present in 1
Public fieldMissingValuesIn1
Values missing in 1 but present in 2
Public fieldMissingValuesIn2
Values missing in 2 but present in 1
Public fieldName1
Name of the first file / key / source
Public fieldName2
Name of the second file / key / source
Back to Top
See Also