Partager via


StatusFilterCollection.Diff - Méthode

Compare cet objet à un autre objet et retourne les différences.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Function Diff ( _
    oldValue As Object _
) As DiffCollection
'Utilisation
Dim instance As StatusFilterCollection
Dim oldValue As Object
Dim returnValue As DiffCollection

returnValue = instance.Diff(oldValue)
public DiffCollection Diff(
    Object oldValue
)

Paramètres

Valeur renvoyée

Type : Microsoft.PerformancePoint.Scorecards.DiffCollection
Une collection vide si les objets sont identiques ; dans le cas contraire, les différences entre les objets.

Implémentations

IDiffable.Diff(Object)

Voir aussi

Référence

StatusFilterCollection classe

StatusFilterCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms