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