RegionAttributesEquals Method (Object) |
True if all the attributes are equal to those of other.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic override sealed bool Equals(
Object other
)
Public Overrides NotOverridable Function Equals (
other As Object
) As Boolean
public:
virtual bool Equals(
Object^ other
) override sealed
abstract Equals :
other : Object -> bool
override Equals :
other : Object -> bool
Parameters
- other
- Type: SystemObject
attribute object to compare
Return Value
Type:
Booleantrue if equal
See Also