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: 2.5.0.1
Syntax
| C# |
|---|
public override bool Equals( Object obj ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Equals ( Object^ obj ) override |
Parameters
- obj
- Object
See Also
CacheableString Class
GemStone.GemFire.Cache Namespace