Click or drag to resize

BcfParentRelationCellParentRowEquals Method (BcfRow, BcfRowComparisonMode)

Gets a value indicating whether specified otherRow and ParentRow are equal using specified rowComparisonMode.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool ParentRowEquals(
	BcfRow otherRow,
	BcfRowComparisonMode rowComparisonMode = BcfRowComparisonMode.PrimaryKey
)

Parameters

otherRow
Type: CalculationWorks.BusinessModelBcfRow
The row to compare with ParentRow.
rowComparisonMode (Optional)
Type: CalculationWorks.BusinessModelBcfRowComparisonMode
The row comparison mode.

Return Value

Type: Boolean
if specified otherRow and ParentRow are equal using specified rowComparisonMode; otherwise .
See Also