Tests whether two instaces of the ConsoleKeyInfo structure are different.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
| Visual Basic |
|---|
Public Shared Operator <> ( _ a As ConsoleKeyInfo, _ b As ConsoleKeyInfo _ ) As Boolean |
| C# |
|---|
public static bool operator !=( ConsoleKeyInfo a, ConsoleKeyInfo b ) |
Parameters
- a
- Type: Rebex.TerminalEmulation..::..ConsoleKeyInfo
First instance to compare.
- b
- Type: Rebex.TerminalEmulation..::..ConsoleKeyInfo
Second instance to compare.