IHash<TKey,TValue>.key_comp Metodo

Definizione

Restituisce il delegato di ordinamento utilizzato per ordinare la sequenza controllata. Viene utilizzato per confrontare due chiavi.

public:
 Microsoft::VisualC::StlClr::BinaryDelegate<TKey, TKey, bool> ^ key_comp();
public Microsoft.VisualC.StlClr.BinaryDelegate<TKey,TKey,bool> key_comp ();
abstract member key_comp : unit -> Microsoft.VisualC.StlClr.BinaryDelegate<'Key, 'Key, bool>
Public Function key_comp () As BinaryDelegate(Of TKey, TKey, Boolean)

Restituisce

BinaryDelegate<TKey,TKey,Boolean>

Delegato di ordinamento utilizzato per ordinare la sequenza controllata.

Commenti

Per altre informazioni, vedere hash_map::key_comp (STL/CLR) hash_multimap::key_comp (STL/CLR), hash_set::key_comp (STL/CLR) e hash_multiset::key_comp (STL/CLR).

Si applica a