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

◆ CompareTo() [2/3]

int IComparable. Newtonsoft.Json.Linq.JValue.CompareTo ( object obj)
inlineprivate

Implements System.IComparable< in T >.

Definition at line 431 of file JValue.cs.

432 {
433 if (obj != null)
434 {
435 JTokenType valueType = this._valueType;
436 object value = this._value;
437 return JValue.Compare(valueType, value, obj);
438 }
439 return 1;
440 }
class f__AnonymousType0<< Count > j__TPar
JValue(object value, JTokenType type)
Definition JValue.cs:14

References Newtonsoft.Json.Linq.JValue._value, Newtonsoft.Json.Linq.JValue._valueType, Newtonsoft.Json.Linq.JValue.Compare(), j__TPar, System.obj, and System.value.