Click or drag to resize

BcfCellValueObjectEquals Method

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

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.0.0-beta7
Syntax
public abstract 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
true to format specified valueObject before comparsion. Default is true.

Return Value

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