Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Compare the ExtractorEventTransformer with another object to determine equality.

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

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