System.Generics.Defaults.THasher.Invoke

From RAD Studio API Documentation
Jump to: navigation, search

C++

virtual int __fastcall Invoke(const T Value) = 0 ;

Properties

Type Visibility Source Unit Parent
function public System.Generics.Defaults.hpp System.Generics.Defaults THasher

Description

Returns a hash code for the specified object.

Note: Two equal objects have the same hash code, while two different objects may or may not have different hash codes.

See Also