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

Comparison style enum.

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

Syntax

C#
public enum ComparisonStyle

Members

Member nameDescription
Auto
Indicates that this EntryComparer should choose the comparison style based on the underying comparer type.
Value
Indicates that this EntryComparer should compare the entries' values.
Key
Indicates that this EntryComparer should compare the entries' keys.
Entry
Indicates that entries that implement IQueryCacheEntry interface will be compared using the CompareEntries(IQueryCacheEntry, IQueryCacheEntry) method.

See Also