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

◆ Equals() [3/3]

bool System.UInt32.Equals ( uint obj)
inline

Definition at line 82 of file UInt32.cs.

83 {
84 return this == obj;
85 }

References System.obj.