[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Contains

Contains Method

Contains(Annotation)

Determines whether the Collection contains the given Annotation

Declaration
public bool Contains(Annotation value)
Parameters
Type Name Description
Annotation value

The Annotation to find within the collection

Returns
Type Description
bool
true
if the collection contains the
value
parameter given; otherwise,
false
.