[]
Determines whether two keystrokes (KeyStroke structures) are not equal.
public static bool operator !=(Keystroke lhs, Keystroke rhs)
Public Shared Operator <>(lhs As Keystroke, rhs As Keystroke) As Boolean
Type | Name | Description |
---|---|---|
Keystroke | lhs | First keystroke (left hand side of inequality operator) |
Keystroke | rhs | Second keystroke (right hand side of inequality operator) |
Type | Description |
---|---|
bool | The result of the operator. |