var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentCollectionJS(parent); var value; // Type: boolean // Parameters var comment; // Type: WebAnnotationCommentJS value = instance.contains(comment);
function contains(
commentAn annotation comment that should be searched.: WebAnnotationCommentJS
) : boolean;
Parameters
- comment
- An annotation comment that should be searched.
Return Value
True - collection contains comment; otherwise, false.