| IMapTKey, TValueContainsValue Method |
Determines whether this map contains one or more keys to the specified 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.
Return Value
Type:
BooleanReturns
true if this map contains one or more keys to the specified value
See Also