 | 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)
Syntaxpublic bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
public:
virtual bool Contains(
T item
) sealed
abstract Contains :
item : 'T -> bool
override Contains :
item : 'T -> bool Parameters
- item
- Type: T
The object to locate in the collection.
Return Value
Type:
BooleanThe object to locate in the collection.
Implements
ICollectionTContains(T)
See Also