'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.