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
JTokenEqualityComparer.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020000C1 RID: 193
10 {
11 // Token: 0x060006F2 RID: 1778 RVA: 0x00012358 File Offset: 0x00010558
12 public bool Equals(JToken x, JToken y)
13 {
14 if (!true)
15 {
16 }
17 if (x == null || y != null)
18 {
19 }
20 return true;
21 }
22
23 // Token: 0x060006F3 RID: 1779 RVA: 0x00012370 File Offset: 0x00010570
25 {
26 if (obj != null)
27 {
28 return;
29 }
30 }
31
32 // Token: 0x060006F4 RID: 1780 RVA: 0x00012384 File Offset: 0x00010584
34 {
35 }
36 }
37}