CacheableKeyEquals Method (ICacheableKey) |
Return true if this key matches other object. It invokes the '=='
operator of the underlying gemfire::CacheableKey object.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual bool Equals(
ICacheableKey other
)
Public Overridable Function Equals (
other As ICacheableKey
) As Boolean
public:
virtual bool Equals(
ICacheableKey^ other
)
abstract Equals :
other : ICacheableKey -> bool
override Equals :
other : ICacheableKey -> bool
Parameters
- other
- Type: GemStone.GemFire.CacheICacheableKey
Return Value
Type:
BooleanImplements
ICacheableKeyEquals(ICacheableKey)
See Also