AnnotationCollection.Contains

AnnotationCollection.Contains method

Checks if specified annotation belong to collection.

public bool Contains(Annotation annotation)
ParameterTypeDescription
annotationAnnotationAnnotation to be searched.

Return Value

True - if annotation found; otherwise, false.

See Also