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

The EntryComparer type exposes the following members.

Properties

  NameDescription
CompareEntry
Check whether or not this EntryComparer pass entries themselves for comparison to the underlying CompareEntries(IQueryCacheEntry, IQueryCacheEntry) method.
CompareKey
Check whether or not this EntryComparer uses entries' keys to pass for comparison to the underlying IComparer.
Comparer
The wrapped IComparer.
(Inherited from SafeComparer.)
CompareValue
Check whether or not this EntryComparer uses entries' values to pass for comparison to the underlying IComparer.
ComparisonStyle
Obtain the comparison style value utilized by this EntryComparer.
IsCompareEntry Obsolete.
Check whether or not this EntryComparer pass entries themselves for comparison to the underlying CompareEntries(IQueryCacheEntry, IQueryCacheEntry) method.
IsCompareKey Obsolete.
Check whether or not this EntryComparer uses entries' keys to pass for comparison to the underlying IComparer.
IsCompareValue Obsolete.
Check whether or not this EntryComparer uses entries' values to pass for comparison to the underlying IComparer.

See Also