Click or drag to resize

ConditionalIndexEquals Method (SimpleCacheIndex)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Compares this index with another index for equality.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public override bool Equals(
	SimpleCacheIndex index
)

Parameters

index
Type: Tangosol.Net.CacheSimpleCacheIndex
index to compare this index with.

Return Value

Type: Boolean
true 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