Json.NET - Quick Starts & API Documentation
Equals Method (a, b)
NamespacesNewtonsoft.JsonIdentifierEquals(Identifier, Identifier)
Equalses the specified a.
Declaration Syntax
C#Visual BasicVisual C++
public static bool Equals(
	Identifier a,
	Identifier b
)
Public Shared Function Equals ( _
	a As Identifier, _
	b As Identifier _
) As Boolean
public:
static bool Equals(
	Identifier^ a, 
	Identifier^ b
)
Parameters
a (Identifier)
A.
b (Identifier)
The b.
Return Value

[Missing <returns> documentation for M:Newtonsoft.Json.Identifier.Equals(Newtonsoft.Json.Identifier,Newtonsoft.Json.Identifier)]

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