ImmutableMultiListEquals Method (Object) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntaxpublic override bool Equals(
Object that
)
Parameters
- that
- Type: SystemObject
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
Type:
Booleantrue 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