 | BcfChildRelationCellSequenceEqual Method |
[This is preliminary documentation and is subject to change.]
Returns true if specified otherRows-sequence equals this childrows.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic bool SequenceEqual(
IEnumerable<BcfRow> otherRows,
BcfRowComparisonMode rowComparisonMode = BcfRowComparisonMode.PrimaryKey
)
Public Function SequenceEqual (
otherRows As IEnumerable(Of BcfRow),
Optional rowComparisonMode As BcfRowComparisonMode = BcfRowComparisonMode.PrimaryKey
) As Boolean
Parameters
- otherRows
- Type: System.Collections.GenericIEnumerableBcfRow
The row-sequence to compare. - rowComparisonMode (Optional)
- Type: CalculationWorks.BusinessModelBcfRowComparisonMode
The row comparison mode.
Return Value
Type:
Booleantrue if specified
otherRows-set equals this childrows; otherwise
false.
See Also