RegionTKey, TValueContains Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual bool Contains(
KeyValuePair<TKey, TValue> keyValuePair
)
Public Overridable Function Contains (
keyValuePair As KeyValuePair(Of TKey, TValue)
) As Boolean
public:
virtual bool Contains(
KeyValuePair<TKey, TValue> keyValuePair
)
abstract Contains :
keyValuePair : KeyValuePair<'TKey, 'TValue> -> bool
override Contains :
keyValuePair : KeyValuePair<'TKey, 'TValue> -> bool
Parameters
- keyValuePair
- Type: System.Collections.GenericKeyValuePairTKey, TValue
Return Value
Type:
BooleanImplements
IRegionTKey, TValueContains(KeyValuePairTKey, TValue)
See Also