FirstClassElementCollectionBase<ElementCollectionType, ElementType>.Diff method

Compares this collection with another and returns the differences.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function Diff ( _
    oldCollection As ElementCollectionType _
) As DiffCollection
'Usage
Dim instance As FirstClassElementCollectionBase
Dim oldCollection As ElementCollectionType
Dim returnValue As DiffCollection

returnValue = instance.Diff(oldCollection)
public DiffCollection Diff(
    ElementCollectionType oldCollection
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.DiffCollection
A collection of Diff objects with the differences between this and the old collection. An empty collection is returned if the collections are the same.

See also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> class

FirstClassElementCollectionBase<ElementCollectionType, ElementType> members

Microsoft.PerformancePoint.Scorecards namespace