GetHashCode Method

Json.NET

Json.NET - Quick Starts & API Documentation GetHashCode Method
NamespacesNewtonsoft.Json.LinqJEnumerable<(Of <(<'T>)>)>GetHashCode()()()()
Returns a hash code for this instance.
Declaration Syntax
C# Visual Basic Visual C++
public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override
Return Value
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)