| IMultiMapTKey, TValueContainsValue Method |
Returns whether the multimap contains an entry with the value.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax bool ContainsValue(
Object value
)
Function ContainsValue (
value As Object
) As Boolean
bool ContainsValue(
Object^ value
)
abstract ContainsValue :
value : Object -> bool
Parameters
- value
- Type: SystemObject
the value whose existence is checked.
Return Value
Type:
Booleantrue if the multimap contains an entry with the value, false otherwise.
See Also