C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PageColumnDefCollection Class / Compare Method
The PageColumnDefCollection to compare the current with.

In This Topic
Compare Method (PageColumnDefCollection)
In This Topic
Compares the current collection to another. Uses the PageColumnDef.Compare to compare elements elements at the corresponding positions by their properties' values.
Syntax
'Declaration
 
Public Function Compare( _
   ByVal other As PageColumnDefCollection _
) As Boolean
 

Parameters

other
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