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

◆ DefaultEquals()

static bool System.ValueType.DefaultEquals ( object o1,
object o2 )
inlinestaticpackage

Definition at line 24 of file ValueType.cs.

25 {
26 if (o1 != null)
27 {
28 if (o1.GetType() != null)
29 {
30 }
31 Type type;
32 if (type != null || type != null)
33 {
34 }
35 long num = 0L;
36 if (num != 0L)
37 {
38 }
39 while (o1 != null)
40 {
41 }
42 }
43 throw new InvalidCastException();
44 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.L.

Referenced by System.Enum.Equals(), and System.ValueType.Equals().