 | BcfTableViewBaseTRowViewContains Method (TRowView) |
[This is preliminary documentation and is subject to change.]
Determines whether this collection contains the specified item.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntaxpublic bool Contains(
TRowView item
)
Public Function Contains (
item As TRowView
) As Boolean
Parameters
- item
- Type: TRowView
The item.
Return Value
Type:
Booleantrue if this collection contains the specified item; otherwise,
false.
Implements
ICollectionTContains(T)
Exceptions
Version InformationForms
Supported in: 4.0
See Also