PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PageSettings Class / Compare Method / Compare(C1PageSettings,C1PageSettings) Method
The first object to compare.
The second object to compare.

In This Topic
    Compare(C1PageSettings,C1PageSettings) Method
    In This Topic
    Compares the properties of two C1PageSettings objects.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Compare( _
       ByVal v1 As C1PageSettings, _
       ByVal v2 As C1PageSettings _
    ) As Boolean
    public static bool Compare( 
       C1PageSettings v1,
       C1PageSettings v2
    )

    Parameters

    v1
    The first object to compare.
    v2
    The second object to compare.

    Return Value

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