ActiveReports 8
Contains Method (AnnotationsCollection)

The annotation to check.
Determines whether the collection contains the specified annotation.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As Annotation _
) As System.Boolean
public System.bool Contains( 
   Annotation value
)

Parameters

value
The annotation to check.

Return Value

Boolean. Returns True if the collection contains the parameter given; otherwise False.
See Also

Reference

AnnotationsCollection Class
AnnotationsCollection Members

Support Forum