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

◆ Equals() [2/3]

bool System.Byte.Equals ( byte obj)
inline

Definition at line 65 of file Byte.cs.

66 {
67 return this == obj;
68 }

References System.obj.