Share via


GridHeaderItem.Diff Method (Microsoft.PerformancePoint.Scorecards)

Compares this object with another object and returns the differences.

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

Syntax

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

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

Parameters

  • oldValue
    The old object to compare with.

Return Value

A collection of Diff objects with the differences between this object and the old object. Returns an empty collection if the objects are the same.

Remarks

Only this item is compared. Child nodes are not processed by this method.

See Also

Reference

GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace