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