 | 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
Syntaxpublic bool Contains(
BcfFaultId faultId
)
Public Function Contains (
faultId As BcfFaultId
) As Boolean
Parameters
- faultId
- Type: CalculationWorks.BusinessModelBcfFaultId
The fault-id.
Return Value
Type:
Boolean if the collection contains the specified
faultId; otherwise,
.
See Also