You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > JToken Class > JToken Methods > DeepEquals Method > DeepEquals Method (JToken, JToken)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JToken.DeepEquals Method (JToken, JToken)

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

Syntax
C++
C#
Visual Basic
public: bool DeepEquals( JToken t1, JToken t2 );
Parameters
Parameters 
Description 
t1 
The first JToken to compare. 
t2 
The second JToken to compare. 
Returns

true if the tokens are equal; otherwise false.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.