Share via


AnnotationCollection.Contains method

Determines whether the specified annotation is in this collection.

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

Syntax

'Declaration
Public Overridable Function Contains ( _
    annotation As Annotation _
) As Boolean
'Usage
Dim instance As AnnotationCollection
Dim annotation As Annotation
Dim returnValue As Boolean

returnValue = instance.Contains(annotation)
public virtual bool Contains(
    Annotation annotation
)

Parameters

Return value

Type: System.Boolean
true if the object exists in the collection; otherwise false.

See also

Reference

AnnotationCollection class

AnnotationCollection members

Microsoft.PerformancePoint.Scorecards namespace