[]
        
(Showing Draft Content)

C1.Win.C1Preview.ViewState.op_Equality

operator == Operator

operator ==(ViewState, ViewState)

Tests two ViewState values for 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 equal, false otherwise.