Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Linq
JToken Class
JToken Properties
EqualityComparer Property
First Property
HasValues Property
Item Property
Last Property
Next Property
Parent Property
Path Property
Previous Property
Root Property
Type Property
JToken
EqualityComparer Property
Gets a comparer that can compare two tokens for value equality.
Namespace:
Newtonsoft.Json.Linq
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
static
JTokenEqualityComparer
EqualityComparer
{
get
; }
Property Value
Type:
JTokenEqualityComparer
A
JTokenEqualityComparer
that can compare two nodes for value equality.
See Also
Reference
JToken Class
Newtonsoft.Json.Linq Namespace
Json.NET Home