True if all the attributes are equal to those of other.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public override sealed bool Equals( Object other ) |
| Visual Basic (Declaration) |
|---|
Public Overrides NotOverridable Function Equals ( _ other As Object _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Equals ( Object^ other ) override sealed |
Parameters
- other
- Object
attribute object to compare
Return Value
true if equal
See Also
RegionAttributes Class
GemStone.GemFire.Cache Namespace