JTokenUtility.GetPersistentHashCode method

Gets a persistent hash code for the token.

public static int GetPersistentHashCode(JToken? token)
parameter description
token The token, which must not be null.

Return Value

The persistent hash code.

See Also