Json.NET - Quick Starts & API Documentation
Equality Operator
NamespacesNewtonsoft.JsonIdentifierEquality(Identifier, Identifier)
Implements the operator ==.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator ==(
	Identifier a,
	Identifier b
)
Public Shared Operator = ( _
	a As Identifier, _
	b As Identifier _
) As Boolean
public:
static bool operator ==(
	Identifier^ a, 
	Identifier^ b
)
Parameters
a (Identifier)
A.
b (Identifier)
The b.
Return Value
The result of the operator.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 2.0.0.0 (2.0.0.0)