C#
VB
C++
Serves as a hash function for a particular type.
public override int GetHashCode()
Public Overrides Function GetHashCode() As Integer
public:
int GetHashCode(); override
System.Int32
A hash code is a numeric value that is used to identify an object during equality testing. It can also serve as an index for an object in a collection. The GetHashCode method is suitable for use in hashing algorithms and data structures such as a hash table.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET