This is preliminary documentation and is subject to change.

ExtendedDateTimeCompareTo(Object) Method

Compares the to.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public int CompareTo(
	Object? obj
)

Parameters

obj  Object
The obj.

Return Value

Int32
An int.

Implements

IComparableCompareTo(Object)

See Also