Click or drag to resize

CondensedCollectionTContains Method

[This is preliminary documentation and is subject to change.]

Determines whether the collection contains a specific value.

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public bool Contains(
	T item
)

Parameters

item
Type: T
The object to locate in the collection.

Return Value

Type: Boolean
The object to locate in the collection.

Implements

ICollectionTContains(T)
See Also