Click or drag to resize

BcfChildRelationCellSequenceEqual Method

Returns if specified otherRows-sequence equals this childrows.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool SequenceEqual(
	IEnumerable<BcfRow> otherRows,
	BcfRowComparisonMode rowComparisonMode = BcfRowComparisonMode.PrimaryKey
)

Parameters

otherRows
Type: System.Collections.GenericIEnumerableBcfRow
The row-sequence 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