Freigeben über


ElementCollectionBase<ElementCollectionType, ElementType>.IDiffable.Diff-Methode

Vergleicht dieses Objekt mit einem anderen Objekt und gibt die Unterschiede.

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 ElementCollectionBase
Dim oldValue As Object
Dim returnValue As DiffCollection

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

Parameter

Rückgabewert

Typ: Microsoft.PerformancePoint.Scorecards.DiffCollection
ein Nullverweis (Nothing in Visual Basic) Wenn die Objekte identisch sind; andernfalls die Unterschiede zwischen den Objekten.

Implementiert

IDiffable.Diff(Object)

Siehe auch

Referenz

ElementCollectionBase<ElementCollectionType, ElementType> Klasse

ElementCollectionBase<ElementCollectionType, ElementType>-Member

Microsoft.PerformancePoint.Scorecards-Namespace