Share via


CommentCollection.Contains Method (Microsoft.PerformancePoint.Scorecards)

Searches for the comment in the collection.

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
)

Parameters

  • value
    The comment to locate.

Return Value

Returns true if found.

See Also

Reference

CommentCollection Class
CommentCollection Members
Microsoft.PerformancePoint.Scorecards Namespace