Click or drag to resize
CalculationWorks Logo
BcfCellConvertedValueEquals Method
Converts the given object, compares the converted object with the Value property and returns the result.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public bool ConvertedValueEquals(
	Object other
)

Parameters

other
Type: SystemObject
The other.

Return Value

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

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also