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.JValue.Equals ( JValue other)
inline

Definition at line 316 of file JValue.cs.

317 {
318 if (other != null)
319 {
320 return JValue.ValuesEquals(this, other);
321 }
322 }
class f__AnonymousType0<< Count > j__TPar
JValue(object value, JTokenType type)
Definition JValue.cs:14

References j__TPar, and Newtonsoft.Json.Linq.JValue.ValuesEquals().