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() [1/3]

override bool System.TimeZoneInfo.Equals ( object obj)
inline

Definition at line 886 of file TimeZoneInfo.cs.

887 {
888 if (obj != null)
889 {
890 }
891 bool flag;
892 return flag;
893 }

References System.obj.