Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / ReportSize Class / Inequality Operator
The first size.
The second size.

In This Topic
    Inequality Operator (ReportSize)
    In This Topic
    Tests whether two ReportSize values are not equal.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal s1 As ReportSize, _
       ByVal s2 As ReportSize _
    ) As Boolean
    public bool operator !=( 
       ReportSize s1,
       ReportSize s2
    )

    Parameters

    s1
    The first size.
    s2
    The second size.

    Return Value

    true if the two size are not equal, false otherwise.
    See Also