terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Equals() [2/3]

override bool System.Guid.Equals ( object o)
inline

Definition at line 316 of file Guid.cs.

317 {
318 if (o != null)
319 {
320 short b = this._b;
321 byte d = this._d;
322 byte h = this._h;
323 return;
324 }
325 }
class f__AnonymousType0<< Count > j__TPar
byte _d
Definition Guid.cs:537
byte _h
Definition Guid.cs:549
short _b
Definition Guid.cs:531

References System.Guid._b, System.Guid._d, System.Guid._h, and j__TPar.