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

◆ operator==() [3/3]

static bool System.Reflection.MethodInfo.operator== ( MethodInfo left,
MethodInfo right )
inlinestaticinherited

Definition at line 121 of file MethodInfo.cs.

122 {
123 if (left != null)
124 {
125 }
126 return true;
127 }