Compares this Time object to another to determine their relative ordering.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public int Compare(
	Time other
)

Parameters

other
Type: TeaTime..::..Time
Another instance to compare.

Return Value

Negative if 'other' is less than '', 0 if they are equal, or positive if it is greater.

See Also