 | 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)
Syntaxpublic bool Contains(
bool item
)
Public Function Contains (
item As Boolean
) As Boolean
public:
virtual bool Contains(
bool item
) sealed
abstract Contains :
item : bool -> bool
override Contains :
item : bool -> bool Parameters
- item
- Type: SystemBoolean
The value to locate in the collection.
Return Value
Type:
Booleantrue if value is found in the collection; otherwise, false.
Implements
ICollectionTContains(T)
See Also