Click or drag to resize

JTokenEqualityComparerEquals Method (JToken, JToken)

Namespace:  Newtonsoft.Json.Linq
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public bool Equals(
	JToken x,
	JToken y
)

Parameters

x
Type: Newtonsoft.Json.LinqJToken
y
Type: Newtonsoft.Json.LinqJToken

Return Value

Type: Boolean

Implements

IEqualityComparerTEquals(T, T)
See Also