Click or drag to resize
CacheableStringEquals Method
Overload List
  NameDescription
Public methodEquals(Object)
Return true if this key matches other object. It invokes the '==' operator of the underlying gemfire::CacheableString object.
(Overrides CacheableKeyEquals(Object).)
Public methodEquals(ICacheableKey)
Return true if this key matches other object. It invokes the '==' operator of the underlying gemfire::CacheableString object.
(Overrides CacheableKeyEquals(ICacheableKey).)
Top
See Also