ICacheableKeyEquals Method |
Returns true if this ICacheableKey matches the other.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxbool Equals(
ICacheableKey other
)
Function Equals (
other As ICacheableKey
) As Boolean
bool Equals(
ICacheableKey^ other
)
abstract Equals :
other : ICacheableKey -> bool
Parameters
- other
- Type: GemStone.GemFire.CacheICacheableKey
Return Value
Type:
Boolean
See Also