Json.NET - Quick Starts & API Documentation
GetHashCode Method (obj)
Namespaces ► Newtonsoft.Json.Linq ► JTokenEqualityComparer ► GetHashCode(JToken)
Returns a hash code for the specified object.
Declaration Syntax
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. |