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

◆ GetHashCode()

override int System.Boolean.GetHashCode ( )
inline

Definition at line 17 of file Boolean.cs.

18 {
19 if (!this)
20 {
21 return 0;
22 }
23 return 1;
24 }