Scorecard.Diff Method (Microsoft.PerformancePoint.Scorecards)

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
Public Overrides Function Diff ( _
    oldValue As Object _
) As DiffCollection
'Usage
Dim instance As Scorecard
Dim oldValue As Object
Dim returnValue As DiffCollection

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

Parameters

  • oldValue
    The old scorecard object to diff with.

Return Value

A Diff object with the differences between this and the old object. Null is returned if the objects are the same.

See Also

Reference

Scorecard Class
Scorecard Members
Microsoft.PerformancePoint.Scorecards Namespace