ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.PageSetup Namespace / PaperSize Structure / Equals Method / Equals(PaperSize) Method
The PaperSize to compare.

In This Topic
    Equals(PaperSize) Method
    In This Topic
    Determines whether the specified PaperSize is considered equal to the current instance.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As PaperSize _
    ) As Boolean
    public bool Equals( 
       PaperSize other
    )

    Parameters

    other
    The PaperSize to compare.

    Return Value

    true if the instances are equal; otherwise false.
    See Also