Return true if this key matches other object. It invokes the '=='
operator of the underlying gemfire::CacheableKey object.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public virtual bool Equals( ICacheableKey other ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function Equals ( _ other As ICacheableKey _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Equals ( ICacheableKey^ other ) |
Parameters
- other
- ICacheableKey
See Also
CacheableKey Class
GemStone.GemFire.Cache Namespace