adTempus API
ArcanaDevelopment.adTempus.Shared.ObjectComparison Namespace / RelatedCollection Class / Contents Field

In This Topic
    Contents Field
    In This Topic
    A collection of ObjectComparison objects representing differences in the collection contents.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Contents As List(Of ObjectComparison)
    [DataMember()]
    public List<ObjectComparison> Contents
    Remarks
    If an item appeared in only the "left" or "right" versions of the collection, an ObjectComparison will be included here with only its LeftObject or RightObject identity information set, respectively. If an item appeared in both versions of the collection and had differences, it will be recursively compared. If the item appeared in both versions and is unchanged, no ObjectComparison will be returned for it.
    See Also