Click or drag to resize

BcfCellTIsValueEquivalent Method (BcfCellT, BcfValueComparisonMode, Boolean)

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

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

Parameters

cell
Type: CalculationWorks.BusinessModelBcfCellT
The cell to compare.
comparisonMode (Optional)
Type: CalculationWorks.BusinessModelBcfValueComparisonMode
The comparison mode.
format (Optional)
Type: SystemBoolean
to format specified cell.Value before comparison.

Return Value

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