[]
        
(Showing Draft Content)

C1.Win.C1Preview.ViewState.Equals

Equals Method

Equals(object)

Tests whether the current ViewState contains the same values as the specified object.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The value to test.

Returns
Type Description
bool

True if the two objects specify the same view state.

Overrides