JTokenEqualityComparer Class

Json.NET

Json.NET - Quick Starts & API Documentation JTokenEqualityComparer Class
NamespacesNewtonsoft.Json.LinqJTokenEqualityComparer
Compares tokens to determine whether they are equal.
Declaration Syntax
C# Visual Basic Visual C++
public class JTokenEqualityComparer : IEqualityComparer<JToken>
Public Class JTokenEqualityComparer _
	Implements IEqualityComparer(Of JToken)
public ref class JTokenEqualityComparer : IEqualityComparer<JToken^>
Members
All Members Constructors Methods



Icon Member Description
JTokenEqualityComparer()()()()
Initializes a new instance of the JTokenEqualityComparer class

Equals(JToken, JToken)
Determines whether the specified objects are equal.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode(JToken)
Returns a hash code for the specified object.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
JTokenEqualityComparer

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)