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

Compares the values of two tokens, including the values of all descendant tokens.

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

Syntax

C#
public static bool DeepEquals(
	JToken t1,
	JToken t2
)
Visual Basic (Declaration)
Public Shared Function DeepEquals ( _
	t1 As JToken, _
	t2 As JToken _
) As Boolean
Visual C++
public:
static bool DeepEquals(
	JToken^ t1, 
	JToken^ t2
)

Parameters

t1
Type: Facebook.Json.Linq..::.JToken
The first JToken to compare.
t2
Type: Facebook.Json.Linq..::.JToken
The second JToken to compare.

Return Value

true if the tokens are equal; otherwise false.

See Also

JToken Class
DeepEquals Overload
Facebook.Json.Linq Namespace