Determines whether the CacheableHashSet contains
a specific value.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public virtual bool Contains( ICacheableKey item ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function Contains ( _ item As ICacheableKey _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Contains ( ICacheableKey^ item ) |
Parameters
- item
- ICacheableKey
The object to locate in the CacheableHashSet.
Return Value
true if item is found in the CacheableHashSet; otherwise false.
See Also
CacheableHashSet Class
GemStone.GemFire.Cache Namespace