[]
Determines whether two keystrokes (KeyStroke structures) are 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 equality operator) |
Keystroke | rhs | Second keystroke (right hand side of equality operator) |
Type | Description |
---|---|
bool | The result of the operator. |