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

◆ Equals() [1/3]

override bool System.ConsoleKeyInfo.Equals ( [NotNullWhen(true)] object? value)
inline

Definition at line 42 of file ConsoleKeyInfo.cs.

43 {
45 {
46 return Equals(obj);
47 }
48 return false;
49 }
ConsoleKeyInfo(char keyChar, ConsoleKey key, bool shift, bool alt, bool control)
override bool Equals([NotNullWhen(true)] object? value)

References System.ConsoleKeyInfo.Equals(), System.obj, and System.value.

Referenced by System.ConsoleKeyInfo.Equals(), and System.ConsoleKeyInfo.operator==().