System.ConsoleKeyInfo.operator C# (CSharp) Метод

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool
        public static bool operator ==(ConsoleKeyInfo a, ConsoleKeyInfo b) { throw null; }
        public static bool operator !=(ConsoleKeyInfo a, ConsoleKeyInfo b) { throw null; }