Click or drag to resize

BcfCellIsValueEquivalent Method

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

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.0.0-beta7
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
true to format specified cell.Value before comparison.
pragmaticNull (Optional)
Type: SystemBoolean
true to use default(T) as null-value on not nullable columns.

Return Value

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