Greater-than comparison operator.

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

Syntax

public static bool operator >(
	Time left,
	Time right
)

Parameters

left
Type: TeaTime..::..Time
The first instance to compare.
right
Type: TeaTime..::..Time
The second instance to compare.

Return Value

true if the first parameter is greater than to the second.

See Also