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

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

Definition at line 51 of file ConstructorInfo.cs.

52 {
53 if (left != null)
54 {
55 }
56 return true;
57 }