The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConsoleKeyInfo::Inequality Operator (ConsoleKeyInfo, ConsoleKeyInfo)
.NET Framework (current version)
Indicates whether the specified ConsoleKeyInfo objects are not equal.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- a
-
Type:
System::ConsoleKeyInfo
The first object to compare.
- b
-
Type:
System::ConsoleKeyInfo
The second object to compare.
Two ConsoleKeyInfo objects are equal if their corresponding KeyChar, Key, and Modifiers properties are equal.
.NET Framework
Available since 2.0
Available since 2.0
Show: