SimpleCacheIndexEquals Method (Object) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determines whether the specified object is equal to this object.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object to compare with this object.
Return Value
Type:
Boolean
true if the specified object is equal to this object;
otherwise, false.
See Also