Overload List
| Name | Description | |
|---|---|---|
| Equals(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 Object..::Equals(Object).) | |
| Equals(ICacheableKey) |
Return true if this key matches other object. It invokes the '=='
operator of the underlying gemfire::CacheableKey object.
|