Click or drag to resize

BcfCellTValueObjectEquals Method

Compares the specified value with the Value property and returns the result of equality-check.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public override sealed bool ValueObjectEquals(
	Object valueObject,
	BcfValueComparisonMode comparisonMode = BcfValueComparisonMode.Value,
	bool format = true
)

Parameters

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

Return Value

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