Share via


ElementCollection.Diff Method (Microsoft.PerformancePoint.Scorecards)

Compares this collection with another collection 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 ElementCollection(Of ElementCollectionType, ElementType)
Dim oldCollection As ElementCollectionType
Dim returnValue As DiffCollection

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

Parameters

  • oldCollection
    The old collection to compare to.

Return Value

A collection of Diff objects with the differences between this collection and the old collection. Returns an empty collection if the collections are the same.

See Also

Reference

ElementCollection Generic Class
ElementCollection Members
Microsoft.PerformancePoint.Scorecards Namespace