[]
Tests two ViewState values for equality.
public static bool operator ==(ViewState a, ViewState b)
| Type | Name | Description |
|---|---|---|
| ViewState | a | The first value to compare. |
| ViewState | b | The second value to compare. |
| Type | Description |
|---|---|
| bool | true if the values are equal, false otherwise. |