ReadOnlyCollectionTContains Method

CVB.Net Documentation
Determines whether the item is in this collection.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public bool Contains(
	T item
)

Parameters

item
Type: T
Item to locate; may be .

Return Value

Type: Boolean
true if item could be located; false if not.

Implements

ICollectionTContains(T)
See Also

Reference