Freigeben über


CommentCollection.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 Comment _
) As Boolean
'Usage
Dim instance As CommentCollection
Dim value As Comment
Dim returnValue As Boolean

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

Parameter

Rückgabewert

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

Siehe auch

Referenz

CommentCollection Klasse

CommentCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace