[]
        
(Showing Draft Content)

C1.Win.C1Preview.ViewState.op_Inequality

operator != Operator

operator !=(ViewState, ViewState)

Tests two ViewState values for non-equality.

Declaration
public static bool operator !=(ViewState a, ViewState b)
Parameters
Type Name Description
ViewState a

The first value to compare.

ViewState b

The second value to compare.

Returns
Type Description
bool

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