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

◆ ValuesEquals()

static bool Newtonsoft.Json.Linq.JValue.ValuesEquals ( JValue v1,
JValue v2 )
inlinestaticprivate

Definition at line 308 of file JValue.cs.

309 {
310 JTokenType valueType = v1._valueType;
311 object value = v1._value;
312 return true;
313 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.value.

Referenced by Newtonsoft.Json.Linq.JValue.Equals(), and Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression.EqualsWithStringCoercion().