Click or drag to resize

BcfRuleIdGreaterThan Operator

Determines whether left specified value is greater than right.

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

Parameters

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

Return Value

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