Click or drag to resize

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
Syntax
public bool Contains(
	T item
)

Parameters

item
Type: T
The element.

Return Value

Type: Boolean
true if the Array contains the specified item; otherwise, false.

Implements

ICollectionTContains(T)
Version Information

BCF

Supported in: 4.0
See Also