ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 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 System.Boolean
    public System.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