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

Definition at line 289 of file Attribute.cs.

290 {
291 if (obj != null)
292 {
293 if (base.GetType() != null)
294 {
295 }
296 Type type = obj.GetType();
297 if (type != null || type != null)
298 {
299 }
300 }
301 throw new InvalidCastException();
302 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), j__TPar, and System.obj.