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-beta6
Syntax
public bool ValueEquals(
	T value
)

Parameters

value
Type: T
The other.

Return Value

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

BCF

Supported in: 4.0
See Also