[This is preliminary documentation and is subject to change.]

Determines whether the specified objects are equal.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public bool Equals(
	JToken x,
	JToken y
)
Visual Basic (Declaration)
Public Function Equals ( _
	x As JToken, _
	y As JToken _
) As Boolean
Visual C++
public:
virtual bool Equals(
	JToken^ x, 
	JToken^ y
) sealed

Parameters

x
Type: Facebook.Json.Linq..::.JToken
The first object of type T to compare.
y
Type: Facebook.Json.Linq..::.JToken
The second object of type T to compare.

Return Value

true if the specified objects are equal; otherwise, false.

Implements

IEqualityComparer<(Of <(T>)>)..::.Equals(T, T)

See Also

JTokenEqualityComparer Class
Equals Overload
Facebook.Json.Linq Namespace