This is preliminary documentation and is subject to change.

ExtendedDateTimeComparerCompare Method

Compares the two ExtendedDateTimes

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public int Compare(
	ExtendedDateTime? x,
	ExtendedDateTime? y
)

Parameters

x  ExtendedDateTime
The first
y  ExtendedDateTime
The second

Return Value

Int32
-1 when first is less or null, +1 when first is greater or second is null

Implements

IComparerTCompare(T, T)

See Also