NamedSetSettingCollection.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)
'Declaration
Public Function Diff ( _
oldValue As Object _
) As DiffCollection
'Usage
Dim instance As NamedSetSettingCollection
Dim oldValue As Object
Dim returnValue As DiffCollection
returnValue = instance.Diff(oldValue)
public DiffCollection Diff(
Object oldValue
)
oldValue
Type: System.ObjectThe object to compare with.
Type: Microsoft.PerformancePoint.Scorecards.DiffCollection
An empty collection if the objects are the same; otherwise, the differences between the objects.
NamedSetSettingCollection Class