Click or drag to resize

BcfBindingSourceCollectionContainsValue Method

[This is preliminary documentation and is subject to change.]

Determines whether the collection contains the specified value.

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

Parameters

value
Type: CalculationWorks.ViewModel.FormsBcfBindingSource
The value.

Return Value

Type: Boolean
true if the collection contains the specified value; otherwise, false.
Version Information

Forms

Supported in: 4.0
See Also