Click or drag to resize

BcfBindingSourceCollectionContainsValue Method

Determines whether the collection contains the specified value.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public bool ContainsValue(
	BcfBindingSource value
)

Parameters

value
Type: CalculationWorks.ViewModel.FormsBcfBindingSource
The value.

Return Value

Type: Boolean
if the collection contains the specified value; otherwise, .
See Also