GetHashCode Method (Client)

Summary
Serves as a hash function for a particular type.
Syntax
C#
C++/CLI
public override int GetHashCode() 
public: 
int GetHashCode(); override  

Return Value

A numeric value that identifies an object.

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

See Also

Reference

Client Class

Client Members

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

Leadtools.MediaStreaming Assembly

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