 | RankedMap<TKey, TValue>.ContainsValue Method |
Determines whether the map contains the supplied value.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntaxpublic bool ContainsValue(
TValue value
)
Parameters
- value
- Type: TValue
The value to locate.
Return Value
Type:
Booleantrue if
value is contained in the map; otherwise
false.
RemarksThis is a O(n) operation.
See Also