Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Comparison style enum.

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

Syntax

C#
public enum ComparisonStyle

Members

Member nameValueDescription
Auto0 Indicates that this EntryComparer should choose the comparison style based on the underying comparer type.
Value1 Indicates that this EntryComparer should compare the entries' values.
Key2 Indicates that this EntryComparer should compare the entries' keys.
Entry3 Indicates that entries that implement IQueryCacheEntry interface will be compared using the CompareEntries(IQueryCacheEntry, IQueryCacheEntry) method.

See Also