Click or drag to resize

DurationLessThan Operator

Returns if left is shorter than right.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static bool operator <(
	Duration left,
	Duration right
)

Parameters

left
Type: AGI.Foundation.TimeDuration
The left Duration.
right
Type: AGI.Foundation.TimeDuration
The right Duration.

Return Value

Type: Boolean
if left is less than right; otherwise .
See Also