PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / ViewState Structure / Equality Operator
The first value to compare.
The second value to compare.

In This Topic
    Equality Operator (ViewState)
    In This Topic
    Tests two ViewState values for 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 equal, false otherwise.
    See Also