FirstClassElementCollectionBase<ElementCollectionType, ElementType>.IDiffable.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
Private Function Diff ( _
oldValue As Object _
) As DiffCollection Implements IDiffable.Diff
'Usage
Dim instance As FirstClassElementCollectionBase
Dim oldValue As Object
Dim returnValue As DiffCollection
returnValue = CType(instance, IDiffable).Diff(oldValue)
DiffCollectionIDiffable.Diff(
Object oldValue
)
Parameters
oldValue
Type: System.ObjectThe object to compare with.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.DiffCollection
An empty collection if the objects are the same; otherwise, the differences between the objects.
Implements
See Also
Reference
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Class
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Members