'Declaration Public Function Contains( _ ByVal value As Annotation _ ) As Boolean
public bool Contains( Annotation value )
Parameters
- value
- The annotation to check.
Return Value
Boolean. Returns True if the collection contains the parameter given; otherwise False.