Click or drag to resize

ComparisonStyle Enumeration

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Comparison style enum.

Namespace:  Tangosol.Util.Comparator
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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