 | BcfArrayBoxTContains Method |
[This is preliminary documentation and is subject to change.]
Determines whether the
Array contains the specified item.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
Parameters
- item
- Type: T
The element.
Return Value
Type:
Booleantrue if the
Array contains the specified item; otherwise,
false.
Implements
ICollectionTContains(T)
Version InformationBCF
Supported in: 4.0
See Also