System.ConsoleKeyInfo.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator ==(ConsoleKeyInfo a, ConsoleKeyInfo b) { throw null; }
        public static bool operator !=(ConsoleKeyInfo a, ConsoleKeyInfo b) { throw null; }