Click or drag to resize

BcfFaultCollectionContains Method (BcfFaultId)

Determines whether the collection contains the specified faultId.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool Contains(
	BcfFaultId faultId
)

Parameters

faultId
Type: CalculationWorks.BusinessModelBcfFaultId
The fault-id.

Return Value

Type: Boolean
if the collection contains the specified faultId; otherwise, .
See Also