Click or drag to resize

BcfCellIsValueEquivalent Method

Gets a value indicating whether this cell Value property equals specified cell-value property.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool IsValueEquivalent(
	BcfCell cell,
	BcfValueComparisonMode comparisonMode = BcfValueComparisonMode.Value,
	bool format = true,
	bool pragmaticNull = false
)

Parameters

cell
Type: CalculationWorks.BusinessModelBcfCell
The cell to compare.
comparisonMode (Optional)
Type: CalculationWorks.BusinessModelBcfValueComparisonMode
The comparison mode.
format (Optional)
Type: SystemBoolean
to format specified cell.Value before comparison.
pragmaticNull (Optional)
Type: SystemBoolean
to use default(T) as null-value on not nullable columns.

Return Value

Type: Boolean
if this cells Value equals specified cell-value property; otherwise .
Exceptions
ExceptionCondition
ArgumentNullExceptioncell is .
See Also