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.ToolboxItemAttribute.Equals ( object obj)
inline

Definition at line 116 of file ToolboxItemAttribute.cs.

117 {
118 if (obj != null)
119 {
120 }
121 if (this._toolboxItemTypeName == null)
122 {
123 }
124 bool flag;
125 return flag;
126 }

References System.ComponentModel.ToolboxItemAttribute._toolboxItemTypeName.