Click or drag to resize

BcfParentRelationIdEquality Operator

Determines whether two specified values are equal.

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

Parameters

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

Return Value

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