Click or drag to resize
CacheableKeyEquals Method (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()

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

Parameters

obj
Type: SystemObject

Return Value

Type: Boolean
See Also