GetHashCode Method (obj)
From Json.NET
Json.NET - Quick Starts & API Documentation
GetHashCode Method (obj)
Namespaces ► Newtonsoft.Json.Linq ► JTokenEqualityComparer ► GetHashCode(JToken)
Returns a hash code for the specified object.
A hash code for the specified object.
| Exception | Condition |
|---|---|
| ArgumentNullException | The type of obj is a reference type and obj is null. |