Click or drag to resize

BcfParentRelationCellIdLessThan Operator

Determines whether left specified value is lower than right.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public static bool operator <(
	BcfParentRelationCellId left,
	BcfParentRelationCellId right
)

Parameters

left
Type: CalculationWorks.BusinessModelBcfParentRelationCellId
Left value to compare.
right
Type: CalculationWorks.BusinessModelBcfParentRelationCellId
Right value to compare.

Return Value

Type: Boolean
if left value is lower than right; otherwise.
See Also