AnnotationDataCollectionContains Method |
Determines whether the AnnotationDataCollection contains the specified element
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool Contains(
AnnotationData data
)
Public Function Contains (
data As AnnotationData
) As Boolean
Parameters
- data
- Type: Atalasoft.AnnotateAnnotationData
The element to locate in the CollectionBase
Return Value
Type:
Booleantrue if the AnnotationDataCollection contains the specified
value; otherwise, false.
See Also