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

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

Definition at line 69 of file EventInfo.cs.

70 {
71 if (left != null)
72 {
73 }
74 return true;
75 }