Click or drag to resize

DateTimeExCompareTo Method (DateTimeEx)

Compares the current object with another object of the same type.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public int CompareTo(
	DateTimeEx other
)

Parameters

other
Type: com.espertech.esper.compatDateTimeEx
An object to compare with this object.

Return Value

Type: Int32
A value that indicates the relative order of the objects being compared.
Exceptions
ExceptionCondition
NotImplementedException
See Also