Click or drag to resize

BcfParentRelationCellParentRowEquals Method (BcfRow, BcfRowComparisonMode)

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

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.0.0-beta7
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
true if specified otherRow and ParentRow are equal using specified rowComparisonMode; otherwise false.
See Also