Click or drag to resize

BcfChildRelationCellIdEquality Operator

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

Determines whether two specified values are equal.

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

Parameters

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

Return Value

Type: Boolean
true if values are equal; falseotherwise.
Version Information

BCF

Supported in: 4.0
See Also