'Declaration
<NotNullAttribute()> Public Function CompareObjectToObject( _ ByVal sourceVersion As ADTIndependentObject, _ ByVal targetVersion As ADTIndependentObject, _ ByRef messages As MessageCollection _ ) As ReadOnlyCollection(Of ObjectComparison)
[NotNull()] public ReadOnlyCollection<ObjectComparison> CompareObjectToObject( ADTIndependentObject sourceVersion, ADTIndependentObject targetVersion, out MessageCollection messages )
[NotNull()] public: ReadOnlyCollection<ObjectComparison^>^ CompareObjectToObject( ADTIndependentObject^ sourceVersion, ADTIndependentObject^ targetVersion, [Out] MessageCollection^ messages )
Parameters
- sourceVersion
- The source version of the object.
- targetVersion
- The target version of the object.
- 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.