AliasInfoCollection.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 AliasInfoCollection _
) As DiffCollection
'Usage
Dim instance As AliasInfoCollection
Dim oldCollection As AliasInfoCollection
Dim returnValue As DiffCollection
returnValue = instance.Diff(oldCollection)
public DiffCollection Diff(
AliasInfoCollection oldCollection
)
Parameters
oldCollection
Type: Microsoft.PerformancePoint.Scorecards.AliasInfoCollectionThe collection to compare with.
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.