 | BcfChildRelationCellSetEquals Method |
Returns if specified otherRows-set equals this childrows.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic bool SetEquals(
IEnumerable<BcfRow> otherRows,
BcfRowComparisonMode rowComparisonMode = BcfRowComparisonMode.PrimaryKey
)
Public Function SetEquals (
otherRows As IEnumerable(Of BcfRow),
Optional rowComparisonMode As BcfRowComparisonMode = BcfRowComparisonMode.PrimaryKey
) As Boolean
Parameters
- otherRows
- Type: System.Collections.GenericIEnumerableBcfRow
The rows to compare. - rowComparisonMode (Optional)
- Type: CalculationWorks.BusinessModelBcfRowComparisonMode
The row comparison mode.
Return Value
Type:
Boolean if specified
otherRows-set equals this childrows; otherwise
.
See Also