Share via


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

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.

See also

Reference

AliasInfoCollection class

AliasInfoCollection members

Microsoft.PerformancePoint.Scorecards namespace