 | BcfCellTIsValueEquivalent Method (BcfCellT, BcfValueComparisonMode, Boolean) |
[This is preliminary documentation and is subject to change.]
Gets a value indicating whether this cells
Value equals specified
cell-value property.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic bool IsValueEquivalent(
BcfCell<T> cell,
BcfValueComparisonMode comparisonMode = BcfValueComparisonMode.Value,
bool format = true
)
Public Function IsValueEquivalent (
cell As BcfCell(Of T),
Optional comparisonMode As BcfValueComparisonMode = BcfValueComparisonMode.Value,
Optional format As Boolean = true
) As Boolean
Parameters
- cell
- Type: CalculationWorks.BusinessModelBcfCellT
The cell to compare. - comparisonMode (Optional)
- Type: CalculationWorks.BusinessModelBcfValueComparisonMode
The comparison mode. - format (Optional)
- Type: SystemBoolean
true to format specified cell.Value before comparison.
Return Value
Type:
Booleantrue if this cells
Value equals specified
cell-value property; otherwise
false.
Exceptions
See Also