Click or drag to resize

BcfParentRelationCellIdGreaterThan Operator

[This is preliminary documentation and is subject to change.]

Determines whether left specified value is greater than right.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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
true if left value is greater than right; falseotherwise.
See Also