GetHashCode Method (obj)

Json.NET

Json.NET - Quick Starts & API Documentation GetHashCode Method (obj)
NamespacesNewtonsoft.Json.LinqJTokenEqualityComparerGetHashCode(JToken)
Returns a hash code for the specified object.
Declaration Syntax
C# Visual Basic Visual C++
public int GetHashCode(
	JToken obj
)
Public Function GetHashCode ( _
	obj As JToken _
) As Integer
public:
virtual int GetHashCode(
	JToken^ obj
) sealed
Parameters
obj (JToken)
The Object for which a hash code is to be returned.
Return Value
A hash code for the specified object.
Exceptions
Exception Condition
ArgumentNullException The type of obj is a reference type and obj is null.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)