'Declaration
<NotNullAttribute()> Public Function CompareObjectSnapshotToSnapshot( _ ByVal objectToCompare As OID, _ ByVal sourceSnapshotID As Guid, _ ByVal targetSnapshotID As Guid, _ ByRef messages As MessageCollection _ ) As ReadOnlyCollection(Of ObjectComparison)
[NotNull()] public ReadOnlyCollection<ObjectComparison> CompareObjectSnapshotToSnapshot( OID objectToCompare, Guid sourceSnapshotID, Guid targetSnapshotID, out MessageCollection messages )
[NotNull()] public: ReadOnlyCollection<ObjectComparison^>^ CompareObjectSnapshotToSnapshot( OID^ objectToCompare, Guid sourceSnapshotID, Guid targetSnapshotID, [Out] MessageCollection^ messages )
Parameters
- objectToCompare
- The OID of the object to produce the report for.
- sourceSnapshotID
- The RecordID of the ObjectChangeLog record that represents the "source" snapshot.
- targetSnapshotID
- The RecordID of the ObjectChangeLog record that represents the "target" snapshot.
- messages
- Returns any error messages reported by the comparison.
Return Value
A collection containing a single ArcanaDevelopment.adTempus.Shared.ObjectComparison object with the results of the comparison.