Equals
Gets a value indicating whether the specified ConsoleKeyInfo object is equal to the current ConsoleKeyInfo object.
Public Function Equals(
ByRef Value As Variant ) As Boolean
Parameters
- Value
-
[ByRef]
Variant.
A value to compare to the current ConsoleKeyInfo object.
Return Values
Boolean - True if Value is equal to the current ConsoleKeyInfo object; otherwise, False.
See Also
Project CorLib Overview
Class ConsoleKeyInfo Overview