CacheableKeyEquals Method |
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 ObjectEquals(Object).) |
![]() | Equals(ICacheableKey) |
Return true if this key matches other object. It invokes the '=='
operator of the underlying gemfire::CacheableKey object.
|