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