Click or drag to resize

BcfCellConvertedValueObjectEquals Method

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

Tries to converts and formats the specified value, compares the result with the Value property and returns the result of equality-check.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public abstract bool ConvertedValueObjectEquals(
	Object valueObject
)

Parameters

valueObject
Type: SystemObject
The object to compare.

Return Value

Type: Boolean
true if Value equals converted value, false otherwise.
Version Information

BCF

Supported in: 4.0
See Also