Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Return an IComparer used by this extractor.

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

Syntax

C#
public virtual IComparer Comparer { get; }

Field Value

An IComparer used by this extractor; null if the natural value comparison should be used.

See Also