IHash<TKey,TValue>.key_comp Método
Definição
Retorna o delegado de ordenação usado para ordenar a sequência controlada.Returns the ordering delegate that is used to order the controlled sequence. Use-o para comparar duas chaves.You use it to compare two keys.
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)
Retornos
- BinaryDelegate<TKey,TKey,Boolean>
O delegado de ordenação usado para ordenar a sequência controlada.The ordering delegate that is used to order the controlled sequence.
Comentários
Para obter mais informações, consulte _ hash map:: KEY_COMP (STL/CLR), hash _ MULTIMAP:: key_comp (STL/CLR), conjunto de hash _ :: key_comp (STL/CLR)e hash _ multiconjunto:: key_comp (STL/CLR).For more information, see hash_map::key_comp (STL/CLR), hash_multimap::key_comp (STL/CLR), hash_set::key_comp (STL/CLR), and hash_multiset::key_comp (STL/CLR).