Equals Method (x, y)

Json.NET

Json.NET - Quick Starts & API Documentation Equals Method (x, y)
NamespacesNewtonsoft.Json.LinqJTokenEqualityComparerEquals(JToken, JToken)
Determines whether the specified objects are equal.
Declaration Syntax
C# Visual Basic Visual C++
public bool Equals(
	JToken x,
	JToken y
)
Public Function Equals ( _
	x As JToken, _
	y As JToken _
) As Boolean
public:
virtual bool Equals(
	JToken^ x, 
	JToken^ y
) sealed
Parameters
x (JToken)
The first object of type JToken to compare.
y (JToken)
The second object of type JToken to compare.
Return Value
true if the specified objects are equal; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)