[This is preliminary documentation and is subject to change.]

Returns a hash code for the specified object.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public int GetHashCode(
	JToken obj
)
Visual Basic (Declaration)
Public Function GetHashCode ( _
	obj As JToken _
) As Integer
Visual C++
public:
virtual int GetHashCode(
	JToken^ obj
) sealed

Parameters

obj
Type: Facebook.Json.Linq..::.JToken
The Object for which a hash code is to be returned.

Return Value

A hash code for the specified object.

Implements

IEqualityComparer<(Of <(T>)>)..::.GetHashCode(T)

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThe type of obj is a reference type and obj is null.

See Also

JTokenEqualityComparer Class
GetHashCode Overload
Facebook.Json.Linq Namespace