Determines whether the collection contains the specified annotation.
[Visual Basic]
Public Function Contains( _
ByVal value As Annotation _
) As Boolean
[C#]
public bool Contains(
Annotation value
);
Boolean. Returns True if the collection contains the parameter given; otherwise False.
AnnotationsCollection Class | AnnotationsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.