Click or drag to resize
CacheableStringEquals Method (ICacheableKey)
Return true if this key matches other object. It invokes the '==' operator of the underlying gemfire::CacheableString object.

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

Parameters

other
Type: GemStone.GemFire.CacheICacheableKey

Return Value

Type: Boolean

Implements

ICacheableKeyEquals(ICacheableKey)
See Also