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