System.ConsoleKeyInfo.operator C# (CSharp) Méthode

operator() public static méthode

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