ConditionalIndexEquals Method (SimpleCacheIndex) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Compares this index with another index for equality.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic override bool Equals(
SimpleCacheIndex index
)
Parameters
- index
- Type: Tangosol.Net.CacheSimpleCacheIndex
index to compare this index with.
Return Value
Type:
Booleantrue if the two indexes are equal;
false otherwise.
Remarks
This method returns true if this index and the specified index have
exactly the same contents.
See Also