[]
        
(Showing Draft Content)

C1.C1Preview.PageColumnDefCollection.Compare

Compare Method

Compare(PageColumnDefCollection)

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

Declaration
public bool Compare(PageColumnDefCollection other)
Parameters
Type Name Description
PageColumnDefCollection other

The PageColumnDefCollection to compare the current with.

Returns
Type Description
bool

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