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
annotation
Type: Microsoft.PerformancePoint.Scorecards.AnnotationThe specified annotation.
Return Value
Type: System.Boolean
true if the object exists in the collection; otherwise false.