[]
Compares the current collection to another. Uses the Compare(PageColumnDef) to compare elements elements at the corresponding positions by their properties' values.
public bool Compare(PageColumnDefCollection other)
Public Function Compare(other As PageColumnDefCollection) As Boolean
| Type | Name | Description |
|---|---|---|
| PageColumnDefCollection | other | The PageColumnDefCollection to compare the current with. |
| Type | Description |
|---|---|
| bool | true if the two collections have the same elements at the same positions, false otherwise. |