Click or drag to resize
ICacheableKeyGetHashCode Method
Get the hash code for this object. This is used in the internal hash tables and so must have a nice distribution pattern.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
int GetHashCode()

Return Value

Type: Int32
The hashcode for this object.
See Also