Documents for PDF, .NET Edition Documentation
Contains Method (ThreadArticleBeadCollection)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Articles Namespace > ThreadArticleBeadCollection Class : Contains Method
The object to locate in the collection.
Determines whether an element is in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As ArticleBead _
) As System.Boolean
public System.bool Contains( 
   ArticleBead item
)

Parameters

item
The object to locate in the collection.

Return Value

true if item is found in the collection; otherwise, false.
See Also

Reference

ThreadArticleBeadCollection Class
ThreadArticleBeadCollection Members