Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / ViewState Structure / Equals Method
The value to test.

In This Topic
    Equals Method (ViewState)
    In This Topic
    Tests whether the current ViewState contains the same values as the specified object.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The value to test.

    Return Value

    True if the two objects specify the same view state.
    See Also