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

◆ Equals() [2/3]

bool System.Boolean.Equals ( bool obj)
inline

Definition at line 78 of file Boolean.cs.

79 {
80 return this == obj;
81 }

References System.obj.