Kpi.Diff Method (Microsoft.PerformancePoint.Scorecards)

Compares this KPI to another KPI.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overrides Function Diff ( _
    oldValue As Object _
) As DiffCollection
'Usage
Dim instance As Kpi
Dim oldValue As Object
Dim returnValue As DiffCollection

returnValue = instance.Diff(oldValue)
public override DiffCollection Diff (
    Object oldValue
)

Parameters

  • oldValue
    The old KPI object to compare to.

Return Value

A Diff object with the differences between this object and the old object. Returns null if the objects are the same.

Remarks

Compares the targets as a whole--not the individual target properties. See Diff.

See Also

Reference

Kpi Class
Kpi Members
Microsoft.PerformancePoint.Scorecards Namespace