Freigeben über


DiffCollection.Contains-Methode

Bestimmt, ob diese Auflistung das angegebene Objekt enthält.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Function Contains ( _
    value As Diff _
) As Boolean
'Usage
Dim instance As DiffCollection
Dim value As Diff
Dim returnValue As Boolean

returnValue = instance.Contains(value)
public virtual bool Contains(
    Diff value
)

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn die Auflistung das angegebene Objekt enthält; andernfalls false.

Siehe auch

Referenz

DiffCollection Klasse

DiffCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace