Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.
get_hash_code
method to create a type-specific method suitable for determining the hash code of the instance. Public Methods | |
virtual xtd::size | get_hash_code () const noexcept=0 |
Serves as a hash function for a particular type. | |
|
pure virtualnoexcept |
Serves as a hash function for a particular type.