Click or drag to resize

StandardComparerT Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.StandardComparer`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 StandardComparer<T> : IComparer

Type Parameters

T

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

The StandardComparerT type exposes the following members.

Constructors
  NameDescription
Public methodStandardComparerT
Initializes a new instance of the StandardComparerT class
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.
Top
See Also