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

◆ Equals() [2/3]

bool System.SByte.Equals ( sbyte obj)
inline

Definition at line 69 of file SByte.cs.

70 {
71 return this == obj;
72 }

References System.obj.