Click or drag to resize

InverseComparerCompare Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Use the wrapped IComparer to compare the two arguments for order and negate the result.

Namespace:  Tangosol.Util.Comparator
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public override int Compare(
	Object o1,
	Object o2
)

Parameters

o1
Type: SystemObject
The first object to be compared.
o2
Type: SystemObject
The second object to be compared.

Return Value

Type: Int32
A positive integer, zero, or a negative integer as the first argument is less than, equal to, or greater than the second.

Implements

IComparerCompare(Object, Object)
IComparerCompare(Object, Object)
See Also