 | BcfParentRelationCellParentRowEquals Method (BcfParentRelationCell, BcfRowComparisonMode) |
[This is preliminary documentation and is subject to change.]
Gets a value indicating whether
ParentRow of specified
otherCell and this cell a equal using specified
rowComparisonMode.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic bool ParentRowEquals(
BcfParentRelationCell otherCell,
BcfRowComparisonMode rowComparisonMode = BcfRowComparisonMode.PrimaryKey
)
Public Function ParentRowEquals (
otherCell As BcfParentRelationCell,
Optional rowComparisonMode As BcfRowComparisonMode = BcfRowComparisonMode.PrimaryKey
) As Boolean
Parameters
- otherCell
- Type: CalculationWorks.BusinessModelBcfParentRelationCell
The cell to compare. - rowComparisonMode (Optional)
- Type: CalculationWorks.BusinessModelBcfRowComparisonMode
The row comparison mode.
Return Value
Type:
Booleantrue if
ParentRows are equal using specified
rowComparisonMode; otherwise
false.
Exceptions
See Also