Click or drag to resize

BitCollectionContains 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(
	bool item
)

Parameters

item
Type: SystemBoolean
The value to locate in the collection.

Return Value

Type: Boolean
true if value is found in the collection; otherwise, false.

Implements

ICollectionTContains(T)
See Also