Click or drag to resize

BcfFaultCollectionContains Method (BcfRow, BcfRule)

[This is preliminary documentation and is subject to change.]

Determines whether the collection contains the specified address.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
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
true if the collection contains the specified address(row and rule); otherwise, false.
Version Information

BCF

Supported in: 4.0
See Also