다음을 통해 공유


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