'Declaration Public Function Compare( _ ByVal other As PageColumnDefCollection _ ) As Boolean
public bool Compare( PageColumnDefCollection other )
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.