Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / ViewState Structure / Inequality Operator
The first value to compare.
The second value to compare.

In This Topic
    Inequality Operator (ViewState)
    In This Topic
    Tests two ViewState values for non-equality.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal a As ViewState, _
       ByVal b As ViewState _
    ) As Boolean
    public bool operator !=( 
       ViewState a,
       ViewState b
    )

    Parameters

    a
    The first value to compare.
    b
    The second value to compare.

    Return Value

    true if the values are non-equal, false otherwise.
    See Also