Json.NET - Quick Starts & API Documentation
JTokenEqualityComparer Class
Namespaces ► Newtonsoft.Json.Linq ► JTokenEqualityComparer
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) | (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()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
JTokenEqualityComparer |