 | BcfCellTFormattedValueEquals Method |
[This is preliminary documentation and is subject to change.]
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
Syntaxpublic bool FormattedValueEquals(
T value
)
Public Function FormattedValueEquals (
value As T
) As Boolean
Parameters
- value
- Type: T
The other.
Return Value
Type:
Booleantrue if
Value equals converted other,
false otherwise.
Version InformationBCF
Supported in: 4.0
See Also