RegDiff Fields | regdiff Code Documentation |
The RegDiff type exposes the following members.
Back to Top
Fields
Name | Description | |
---|---|---|
![]() | DataMismatches |
Data mismatches: a key/value exists in both files, but the respective data doesn't match
|
![]() | Key1 |
First key
|
![]() | Key2 |
Second key
|
![]() | KindMismatches |
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)
|
![]() | MissingKeysIn1 |
Keys missing in 1 but present in 2
|
![]() | MissingKeysIn2 |
Keys missing in 2 but present in 1
|
![]() | MissingValuesIn1 |
Values missing in 1 but present in 2
|
![]() | MissingValuesIn2 |
Values missing in 2 but present in 1
|
![]() | Name1 |
Name of the first file / key / source
|
![]() | Name2 |
Name of the second file / key / source
|
See Also