 | 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
Syntaxpublic bool ContainsValue(
BcfBindingSource value
)
Public Function ContainsValue (
value As BcfBindingSource
) As Boolean
Parameters
- value
- Type: CalculationWorks.ViewModel.FormsBcfBindingSource
The value.
Return Value
Type:
Booleantrue if the collection contains the specified value; otherwise,
false.
Version InformationForms
Supported in: 4.0
See Also