 | BcfCellTValueObjectEquals 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-beta6
Syntaxpublic override bool ValueObjectEquals(
Object valueObject
)
Public Overrides Function ValueObjectEquals (
valueObject As Object
) As Boolean
Parameters
- valueObject
- Type: SystemObject
The value.
Return Value
Type:
Booleantrue if
Value equals value,
false otherwise.
Version InformationBCF
Supported in: 4.0
See Also