GetHashCode Method

Summary
Serves as a hash function for a particular type.
Syntax
C#
VB
C++
public override int GetHashCode() 
Public Overrides Function GetHashCode() As Integer 
public: 
int GetHashCode(); override  

Return Value

System.Int32

Remarks

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.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.