[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Articles.ThreadArticleBeadCollection.Contains

Contains Method

Contains(ArticleBead)

Determines whether an element is in the collection.

Declaration
public bool Contains(ArticleBead item)
Public Function Contains(item As ArticleBead) As Boolean
Parameters
Type Name Description
ArticleBead item

The object to locate in the collection.

Returns
Type Description
bool

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

Implements