ElementCollectionBase<ElementCollectionType, ElementType>.Diff Method
Compares this collection with another collection and returns the differences.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function Diff ( _
oldCollection As ElementCollectionType _
) As DiffCollection
'Usage
Dim instance As ElementCollectionBase
Dim oldCollection As ElementCollectionType
Dim returnValue As DiffCollection
returnValue = instance.Diff(oldCollection)
public DiffCollection Diff(
ElementCollectionType oldCollection
)
Parameters
oldCollection
Type: ElementCollectionTypeThe collection to compare with.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.DiffCollection
a null reference (Nothing in Visual Basic) if the collections are the same; otherwise, the differences between the collections.
See Also
Reference
ElementCollectionBase<ElementCollectionType, ElementType> Class
ElementCollectionBase<ElementCollectionType, ElementType> Members