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.MemberDescriptor.Equals ( object obj)
inlineinherited

Definition at line 233 of file MemberDescriptor.cs.

234 {
235 if (obj != null)
236 {
237 Type type = obj.GetType();
239 bool flag = type != type2;
241 int num = this.nameHash;
242 if (this.category != null)
243 {
244 }
245 string text = this.description;
246 if (text != null)
247 {
248 bool flag2;
249 return flag2;
250 }
251 if (this.attributes != null)
252 {
253 Attribute[] array = this.attributes;
254 }
255 }
256 throw new InvalidCastException();
257 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.array, System.ComponentModel.MemberDescriptor.attributes, System.ComponentModel.MemberDescriptor.category, System.ComponentModel.MemberDescriptor.description, System.ComponentModel.MemberDescriptor.FilterAttributesIfNeeded(), System.Type.GetType(), j__TPar, System.ComponentModel.MemberDescriptor.nameHash, System.obj, and System.text.