Click or drag to resize

BcfCellTIsValueEquivalent Method (BcfCellT, BcfValueComparisonMode, Boolean)

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

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.0.0-beta7
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
true to format specified cell.Value before comparison.

Return Value

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