Click or drag to resize
ICacheableKeyEquals Method
Returns true if this ICacheableKey matches the other.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
bool Equals(
	ICacheableKey other
)

Parameters

other
Type: GemStone.GemFire.CacheICacheableKey

Return Value

Type: Boolean
See Also