Enum ComparisonStyle
Comparison style enum.
Namespace: Tangosol.Util.Comparator
Assembly: Coherence.dll
Syntax
public enum ComparisonStyle
Fields
Name | Description |
---|---|
Auto | Indicates that this EntryComparer should choose the comparison style based on the underying comparer type. |
Entry | Indicates that entries that implement IQueryCacheEntry interface will be compared using the CompareEntries(IQueryCacheEntry, IQueryCacheEntry) method. |
Key | Indicates that this EntryComparer should compare the entries' keys. |
Value | Indicates that this EntryComparer should compare the entries' values. |