Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Function Diff ( _
oldValue As Object _
) As DiffCollection
'Usage
Dim instance As IDiffable
Dim oldValue As Object
Dim returnValue As DiffCollection
returnValue = instance.Diff(oldValue)
DiffCollection Diff(
Object oldValue
)
Parameters
oldValue
Type: System.ObjectThe object to compare with.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.DiffCollection
a null reference (Nothing in Visual Basic) or an empty set if the objects are the same; otherwise, the differences between the objects.