ObjectComparison Class Members
In This Topic
The following tables list the members exposed by ObjectComparison.
Public Constructors
Public Fields
| Name | Description |
| FieldDifferences |
Contains the results of comparing field values for the object.
|
| HasDifferences |
Indicates whether differences were found when comparing the versions.
|
| LeftObject |
Information about the "left" object in the comparison.
|
| RelatedCollections |
Contains the results of comparing related collections (one-to-many or many-to-many relations).
|
| RelatedEntities |
Contains the results of comparing related objects (one-to-one or many-to-one relations).
|
| RightObject |
Information about the "right" object in the comparison.
|
| SequenceNumber |
If the object is a member of a sequenced collection (such as steps in a job), the SequenceNumber
is set to the object's position in the sequence.
|
| TypeMismatch |
Set to True if the objects were of different types. No further comparison was made in this case.
|
Top
Public Methods
See Also