'Declaration
Public Function CompareObjectToSnapshot( _ ByVal objectToCompare As ADTIndependentObject, _ ByVal snapshotID As Guid, _ ByRef messages As MessageCollection _ ) As ReadOnlyCollection(Of ObjectComparison)
public ReadOnlyCollection<ObjectComparison> CompareObjectToSnapshot( ADTIndependentObject objectToCompare, Guid snapshotID, out MessageCollection messages )
Parameters
- objectToCompare
- The object to generate the report for.
- snapshotID
- The RecordID of the ObjectChangeLog record that represents the 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.