Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Compare this IList implementation with some other Object and determine if the caller would believe this Object to be equal to the other Object.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public override bool Equals(
	Object that
)

Parameters

that
Type: System..::..Object
Some other Object that is likely to be an ICollection or some more specific type (with its related overloaded definition of what it thinks that equals() means)

Return Value

true if and only if this Object believes that it can make a defensible case that this Object is equal to the passed Object.

See Also