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

IEntryAwareComparator is an extension to the IComparer interface that allows the EntryComparer to know whether the underlying comparer expects to compare the corresponding entries' keys or values.

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

Syntax

C#
public interface IEntryAwareComparer : IComparer

See Also