Click or drag to resize

IndexAdapterEquals Method

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

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

Parameters

o
Type: SystemObject
An object reference or null.

Return Value

Type: Boolean
true iff the passed object reference is a IndexMapListener object with the same index.
See Also