contains method

bool contains(
  1. PdfAnnotation annotation
)

Determines whether a specified annotation is in the annotation collection.

Implementation

bool contains(PdfAnnotation annotation) {
  return _helper.contains(annotation);
}