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() [1/2]

bool Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals ( JToken x,
JToken y )
inline

Definition at line 12 of file JTokenEqualityComparer.cs.

13 {
14 if (!true)
15 {
16 }
17 if (x == null || y != null)
18 {
19 }
20 return true;
21 }