EntryComparer Properties |
The EntryComparer type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.
|