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()

override bool System.ComponentModel.PropertyDescriptor.Equals ( object obj)
inlineinherited

Definition at line 122 of file PropertyDescriptor.cs.

123 {
124 if (obj != null)
125 {
126 bool flag;
127 return flag;
128 }
129 }

References System.obj.