[]
        
(Showing Draft Content)

FarPoint.Web.Chart.StringCollectionCollection.Contains

Contains Method

Contains(StringCollectionItem)

Determines whether the collection contains a specific item.

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

Item to locate in collection.

Returns
Type Description
bool

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

Implements