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

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

Definition at line 102 of file PropertyInfo.cs.

103 {
104 if (left != null)
105 {
106 }
107 return true;
108 }