Click or drag to resize

BcfCellTValueEquals Method

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

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

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public bool ValueEquals(
	T value,
	BcfValueComparisonMode comparisonMode = BcfValueComparisonMode.Value,
	bool format = true
)

Parameters

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

Return Value

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