Share via


ElementCollection.Microsoft.PerformancePoint.Scorecards.IDiffable.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
Private Function Microsoft.PerformancePoint.Scorecards.IDiffable.Diff ( _
    oldValue As Object _
) As DiffCollection Implements IDiffable.Diff
'Usage
Dim instance As ElementCollection(Of ElementCollectionType, ElementType)
Dim oldValue As Object
Dim returnValue As DiffCollection

returnValue = CType(instance, IDiffable).Diff(oldValue)
DiffCollection IDiffable.Diff (
    Object oldValue
)

Parameters

  • oldValue
    The collection to compare this collection 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