Click or drag to resize

IBcfValueCellTValueEquals Method

Compares a specified value with the Value and returns the result.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
bool ValueEquals(
	Nullable<T> value,
	BcfValueComparisonMode comparisonMode = BcfValueComparisonMode.Value,
	bool format = true
)

Parameters

value
Type: SystemNullableT
The other.
comparisonMode (Optional)
Type: CalculationWorks.BusinessModelBcfValueComparisonMode
The comparsion mode.
format (Optional)
Type: SystemBoolean
to format specified value before comparsion. Default is .

Return Value

Type: Boolean
if Value equals value, otherwise.
See Also