AbstractResourceGetHashCode Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
A hash function that returns the hashcode for this type, that is
suitable for use in hashing algorithms and data structures like a
hash table.
Namespace:
Tangosol.IO.Resources
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic override int GetHashCode()
Return Value
Type:
Int32A hash code for this instance.
See Also