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

Definition at line 33 of file RuntimeClassHandle.cs.

34 {
35 if (obj != null)
36 {
37 Type type = obj.GetType();
38 Type type2;
39 bool flag = type2 != type;
40 }
41 throw new InvalidCastException();
42 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

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