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 60 of file ConsoleKeyInfo.cs.

61 {
62 return a.Equals(b);
63 }

References System.ConsoleKeyInfo.Equals().