Returns true if this ICacheableKey matches the other.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
bool Equals( ICacheableKey other ) |
| Visual Basic (Declaration) |
|---|
Function Equals ( _ other As ICacheableKey _ ) As Boolean |
| Visual C++ |
|---|
bool Equals ( ICacheableKey^ other ) |
Parameters
- other
- ICacheableKey
See Also
ICacheableKey Interface
GemStone.GemFire.Cache Namespace