PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PageSettings Class / Compare Method / Compare(C1PageSettings) Method
The C1PageSettings object to compare the current one to.

In This Topic
    Compare(C1PageSettings) Method
    In This Topic
    Compares the current C1PageSettings with another C1PageSettings object.
    Syntax
    'Declaration
     
    Public Overloads Function Compare( _
       ByVal other As C1PageSettings _
    ) As Boolean
    public bool Compare( 
       C1PageSettings other
    )

    Parameters

    other
    The C1PageSettings object to compare the current one to.

    Return Value

    True if the two objects contain identical properties, false otherwise.
    See Also