Share via


FirstClassElementBridge.Diff method

Compares this object with another object 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 FirstClassElementBridge
Dim oldValue As Object
Dim returnValue As DiffCollection

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

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.DiffCollection
a null reference (Nothing in Visual Basic) if the objects are the same; otherwise, the differences between the objects.

Implements

IDiffable.Diff(Object)
IDiffable.Diff(Object)
IDiffable.Diff(Object)

Exceptions

Exception Condition
NotSupportedException

Thrown if oldValue is not of type FirstClassElementBridge.

See also

Reference

FirstClassElementBridge class

FirstClassElementBridge members

Microsoft.PerformancePoint.Scorecards namespace