PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.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
    public bool Compare( 
       PageColumnDef other
    )

    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