Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Compare the ExtractorEventTransformer with another object to determine equality.

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

Syntax

C#
public bool Equals(
	ExtractorEventTransformer that
)

Parameters

that
Type: Tangosol.Util.Transformer..::..ExtractorEventTransformer
The object to compare with the current object.

Return Value

true if this ExtractorEventTransformer and the passed object are equivalent.

See Also