[]
Determines whether two specified instances of ActionKey are not equal.
public static bool operator !=(ActionKey left, ActionKey right)
| Type | Name | Description |
|---|---|---|
| ActionKey | left | The first ActionKey to compare. |
| ActionKey | right | The second ActionKey to compare. |
| Type | Description |
|---|---|
| bool |
|