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
Protected Overrides Function DiffProperty ( _
oldProperty As BpmProperty _
) As Diff
'Usage
Dim oldProperty As BpmProperty
Dim returnValue As Diff
returnValue = Me.DiffProperty(oldProperty)
protected override Diff DiffProperty(
BpmProperty oldProperty
)
Parameters
oldProperty
Type: Microsoft.PerformancePoint.Scorecards.BpmPropertyThe object to compare with.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Diff
a null reference (Nothing in Visual Basic) if the objects are the same; otherwise, the differences between the objects.