CompareObjects Properties |
The CompareObjects type exposes the following members.
Name | Description | |
---|---|---|
CompareChildren |
If true, child objects will be compared. The default is true.
If false, and a list or array is compared list items will be compared but not their children.
| |
CompareFields |
If true, compare fields of a class (see also CompareProperties).
The default is true.
| |
ComparePrivateFields |
If true, private fields will be compared. The default is false.
| |
ComparePrivateProperties |
If true, private properties will be compared. The default is false.
| |
CompareProperties |
If true, compare properties of a class (see also CompareFields).
The default is true.
| |
CompareReadOnly |
If true, compare read only properties (only the getter is implemented).
The default is true.
| |
Differences |
The differences found during the compare
| |
DifferencesString |
The differences found in a string suitable for a textbox
| |
ElementsToIgnore |
Ignore classes, properties, or fields by name during the comparison.
Case sensitive.
| |
MaxCrump |
Longest crump string
| |
MaxDifferences |
The maximum number of differences to detect
| |
TypesToIgnore |
Ignore classes, properties, or fields by name during the comparison.
Case sensitive.
|