Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseTRowViewContains Method (TRowView)
Determines whether this collection contains the specified item.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntax
public bool Contains(
	TRowView item
)

Parameters

item
Type: TRowView
The item.

Return Value

Type: Boolean
true if this collection contains the specified item; otherwise, false.

Implements

ICollectionTContains(T)
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.0, 2.1, 2.0
See Also