IHash<TKey,TValue>.equal_range Method

Definition

Finds the range that matches a specified key.

C#
public void equal_range(ref Microsoft.VisualC.StlClr.GenericPair<Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue>,Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue>> unnamedParam1, TKey _Keyval);

Parameters

unnamedParam1
GenericPair<ContainerBidirectionalIterator<TValue>,ContainerBidirectionalIterator<TValue>>

A pair of iterators that determine the range of elements currently in the controlled sequence that match a specified key.

_Keyval
TKey

The key value for which to search.

Remarks

For more information, see [hash_map::equal_range (STL/CLR)]hash_map::equal_range (STL/CLR)), hash_multimap::equal_range (STL/CLR), hash_set::equal_range (STL/CLR), and hash_multiset::equal_range (STL/CLR).

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1