Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Newtonsoft.​Json.​Linq.​JTokenEqualityComparer

Assembly: Newtonsoft.Json

Inheritance: object → JTokenEqualityComparer

Implemented Interfaces

Compares tokens to determine whether they are equal.

Methods

public bool
Equals​(JToken x, JToken y)
Determines whether the specified objects are equal.
Returns <c>true</c> if the specified objects are equal; otherwise, <c>false</c> .
x The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken" /> to compare.
y The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken" /> to compare.
public int
GetHashCode​(JToken obj)
Returns a hash code for the specified object.
Returns A hash code for the specified object.
obj The <see cref="T:System.Object" /> for which a hash code is to be returned.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object