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/4]

bool System.Resources.FastResourceComparer.Equals ( object a,
object b )
inline

Definition at line 61 of file FastResourceComparer.cs.

62 {
63 if (b != null)
64 {
65 }
66 if (a != null)
67 {
68 }
69 bool flag;
70 return flag;
71 }