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.JObject.DeepEquals ( JToken node)
inlinepackage

Definition at line 110 of file JObject.cs.

111 {
112 if (node != null)
113 {
114 }
115 JPropertyKeyedCollection properties = this._properties;
116 bool flag;
117 return flag;
118 }
readonly JPropertyKeyedCollection _properties
Definition JObject.cs:726

References Newtonsoft.Json.Linq.JObject._properties.