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

The InverseComparer type exposes the following members.

Constructors

  NameDescription
InverseComparerOverloaded.

Methods

  NameDescription
Compare
Use the wrapped IComparer to compare the two arguments for order and negate the result.
(Overrides SafeComparer..::.Compare(Object, Object).)
CompareEntries
Compare two entries using the underlying comparator and negate the result.
(Overrides SafeComparer..::.CompareEntries(IQueryCacheEntry, IQueryCacheEntry).)
Equals
Compare the InverseComparer with another object to determine equality.
(Overrides SafeComparer..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Return the hash code for this comparator.
(Overrides SafeComparer..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsKeyComparer
Specifies whether this comparer expects to compare keys or values.
(Inherited from SafeComparer.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReadExternal
Restore the contents of a user type instance by reading its state using the specified IPofReader object.
(Inherited from SafeComparer.)
ToString
Returns a human-readable description for this IComparer.
(Inherited from SafeComparer.)
WriteExternal
Save the contents of a POF user type instance by writing its state using the specified IPofWriter object.
(Inherited from SafeComparer.)

Fields

  NameDescription
m_comparer
The wrapped IComparer.
(Inherited from SafeComparer.)

Properties

  NameDescription
Comparer
The wrapped IComparer.
(Inherited from SafeComparer.)

See Also