 | BcfColumnTCompareContent Method |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic bool CompareContent(
T left,
T right
)
Public Function CompareContent (
left As T,
right As T
) As Boolean
Parameters
- left
- Type: T
The left value. - right
- Type: T
The right value.
Return Value
Type:
Booleantrue if content equals; otherwise false.
See Also