Gets a hash code of this JavaScript value.
[C#] override int GetHashCode()
override int GetHashCode()
may throw Exception()
The method returns a hash code for this JavaScript value. If this is a JavaScript structural object (non-primitive), the hash code represents the object reference and not the object value.
None.