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

Definition at line 120 of file DesignerAttribute.cs.

121 {
122 if (obj != null)
123 {
124 string text = this.designerBaseTypeName;
125 string text2 = this.designerTypeName;
126 bool flag;
127 return flag;
128 }
129 return true;
130 }

References System.ComponentModel.DesignerAttribute.designerBaseTypeName, System.ComponentModel.DesignerAttribute.designerTypeName, and System.text.