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

The EntryComparer type exposes the following members.

Properties

  NameDescription
Public propertyCompareEntry
Check whether or not this EntryComparer pass entries themselves for comparison to the underlying CompareEntries(IQueryCacheEntry, IQueryCacheEntry) method.
Public propertyCompareKey
Check whether or not this EntryComparer uses entries' keys to pass for comparison to the underlying IComparer.
Public propertyComparer
The wrapped IComparer.
(Inherited from SafeComparer.)
Public propertyCompareValue
Check whether or not this EntryComparer uses entries' values to pass for comparison to the underlying IComparer.
Public propertyComparisonStyle
Obtain the comparison style value utilized by this EntryComparer.
Public propertyIsCompareEntry Obsolete.
Check whether or not this EntryComparer pass entries themselves for comparison to the underlying CompareEntries(IQueryCacheEntry, IQueryCacheEntry) method.
Public propertyIsCompareKey Obsolete.
Check whether or not this EntryComparer uses entries' keys to pass for comparison to the underlying IComparer.
Public propertyIsCompareValue Obsolete.
Check whether or not this EntryComparer uses entries' values to pass for comparison to the underlying IComparer.

See Also