Share via


GridHeaderItem.Diff Method

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

Return Value

Type: Microsoft.PerformancePoint.Scorecards.DiffCollection
An empty collection if the objects are the same; otherwise, the differences between the objects.

Implements

IDiffable.Diff(Object)

Remarks

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

See Also

Reference

GridHeaderItem Class

GridHeaderItem Members

Microsoft.PerformancePoint.Scorecards Namespace