AbstractAggregatorEquals Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Compares this object with another object for equality.
Namespace:
Tangosol.Util.Aggregator
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic override bool Equals(
Object o
)
Parameters
- o
- Type: SystemObject
An object reference or null.
Return Value
Type:
Booleantrue if the passed object reference is of the same class
and has the same state as this object.
See Also