Click or drag to resize

BcfCellIdInequality Operator

Determines whether two specified values are different.

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

Parameters

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

Return Value

Type: Boolean
if values are different; otherwise.
See Also