Click or drag to resize

BcfColumnIdInequality Operator

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

Determines whether two specified values are different.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public static bool operator !=(
	BcfColumnId left,
	BcfColumnId right
)

Parameters

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

Return Value

Type: Boolean
true if values are different; falseotherwise.
See Also