Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Articles Namespace / ThreadArticleBeadCollection Class / Contains Method
The object to locate in the collection.

In This Topic
    Contains Method (ThreadArticleBeadCollection)
    In This Topic
    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