Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator!=()

static bool System.ConsoleKeyInfo.operator!= ( ConsoleKeyInfo a,
ConsoleKeyInfo b )
inlinestatic

Definition at line 65 of file ConsoleKeyInfo.cs.

66 {
67 return !(a == b);
68 }