Click or drag to resize

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
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)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
Version Information

Forms

Supported in: 4.0
See Also