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