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

◆ DeepEquals() [1/2]

override bool Newtonsoft.Json.Linq.JProperty.DeepEquals ( JToken node)
inlinepackage

Definition at line 278 of file JProperty.cs.

279 {
280 if (node != null)
281 {
282 string name = this._name;
283 bool flag;
284 return flag;
285 }
286 }

References Newtonsoft.Json.Linq.JProperty._name, and System.name.