Click or drag to resize

SimpleComparerT Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.SimpleComparer`1"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.collectionsStandardComparerT
    com.espertech.esper.compat.collectionsSimpleComparerT

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class SimpleComparer<T> : StandardComparer<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.collections.SimpleComparer`1"]

The SimpleComparerT type exposes the following members.

Constructors
  NameDescription
Public methodSimpleComparerT
Initializes a new instance of the SimpleComparerT class.
Top
Properties
  NameDescription
Public propertyStatic memberForward
Public propertyStatic memberReverse
Top
Methods
  NameDescription
Public methodCompare
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
(Inherited from StandardComparerT.)
Public methodStatic memberGetComparisonFunction
Top
See Also