Compares the current collection to another. Uses the Compare(PageColumnDef) to compare elements elements at the corresponding positions by their properties' values.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool Compare(
	PageColumnDefCollection other
)
Visual Basic
Public Function Compare ( _
	other As PageColumnDefCollection _
) As Boolean

Parameters

other
Type: C1.C1Preview..::..PageColumnDefCollection
The PageColumnDefCollection to compare the current with.

Return Value

true if the two collections have the same elements at the same positions, false otherwise.

See Also