Click or drag to resize

BcfFaultCollectionContains Method (BcfRow, BcfRule)

Determines whether the collection contains the specified address.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool Contains(
	BcfRow row,
	BcfRule rule
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The BcfRow.
rule
Type: CalculationWorks.BusinessModelBcfRule
The BcfRule.

Return Value

Type: Boolean
if the collection contains the specified address(row and rule); otherwise, .
See Also