 | 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
Syntaxpublic bool ParentRowEquals(
BcfRow otherRow,
BcfRowComparisonMode rowComparisonMode = BcfRowComparisonMode.PrimaryKey
)
Public Function ParentRowEquals (
otherRow As BcfRow,
Optional rowComparisonMode As BcfRowComparisonMode = BcfRowComparisonMode.PrimaryKey
) As Boolean
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