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

In This Topic
Compare Method (PageColumnDef)
In This Topic
Compares the properties on the current object to another PageColumnDef.
Syntax
'Declaration
 
Public Function Compare( _
   ByVal other As PageColumnDef _
) As Boolean
 

Parameters

other
The PageColumnDef to compare the current object with.

Return Value

true if the properties of the two objects are equal, false otherwise.
See Also