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.Version.Equals ( object obj)
inline

Definition at line 159 of file Version.cs.

160 {
161 if (obj != null)
162 {
163 }
164 bool flag;
165 return flag;
166 }

References System.obj.