dotnetCHARTING Send comments on this topic.
Contains Method
See Also 
dotnetCHARTING Namespace > AnnotationCollection Class : Contains Method


annotation
The Annotation to find.
Determines whether this collection contains a specified Annotation.

Syntax

Visual Basic (Declaration) 
Public Function Contains( _
   ByVal annotation As Annotation _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AnnotationCollection
Dim annotation As Annotation
Dim value As Boolean
 
value = instance.Contains(annotation)
C# 
public bool Contains( 
   Annotation annotation
)

Parameters

annotation
The Annotation to find.

Return Value

true if the specified Annotation belongs to this collection; otherwise, false.

See Also

© 2008 All Rights Reserved.