Click or drag to resize
CacheableKeyEquals Method
Overload List
  NameDescription
Public methodEquals(Object)
Return true if this key matches other object. It invokes the '==' operator if the underlying object is a gemfire::CacheableKey, else returns System.Object.Equals()
(Overrides ObjectEquals(Object).)
Public methodEquals(ICacheableKey)
Return true if this key matches other object. It invokes the '==' operator of the underlying gemfire::CacheableKey object.
Top
See Also