FirstClassElementCollectionBase<ElementCollectionType, ElementType>.IDiffable.Diff method

Compares this object with another and returns the differences.

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

Syntax

'Declaration
Private Function Diff ( _
    oldValue As Object _
) As DiffCollection Implements IDiffable.Diff
'Usage
Dim instance As FirstClassElementCollectionBase
Dim oldValue As Object
Dim returnValue As DiffCollection

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

Parameters

Return value

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

Implements

IDiffable.Diff(Object)

See also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> class

FirstClassElementCollectionBase<ElementCollectionType, ElementType> members

Microsoft.PerformancePoint.Scorecards namespace