RegionAttributesTKey, TValueEquals Method (RegionAttributesTKey, TValue) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool Equals(
RegionAttributes<TKey, TValue> other
)
Public Function Equals (
other As RegionAttributes(Of TKey, TValue)
) As Boolean
public:
bool Equals(
RegionAttributes<TKey, TValue>^ other
)
member Equals :
other : RegionAttributes<'TKey, 'TValue> -> bool
Parameters
- other
- Type: GemStone.GemFire.Cache.GenericRegionAttributesTKey, TValue
Return Value
Type:
Boolean
See Also