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.1
Syntax
| C# |
|---|
public bool Equals( RegionAttributes other ) |
| Visual Basic (Declaration) |
|---|
Public Function Equals ( _ other As RegionAttributes _ ) As Boolean |
| Visual C++ |
|---|
public: bool Equals ( RegionAttributes^ other ) |
Parameters
- other
- RegionAttributes
attribute object to compare
Return Value
true if equal
See Also
RegionAttributes Class
GemStone.GemFire.Cache Namespace