KangarooTimeoutLessThan Operator Kangaroo Library for .NET
Compares the amount of time left in the timeouts.

Namespace: DimensionEngineering.Kangaroo
Assembly: DimensionEngineering.Kangaroo (in DimensionEngineering.Kangaroo.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax

public static bool operator <(
	KangarooTimeout lhs,
	KangarooTimeout rhs
)

Parameters

lhs
Type: DimensionEngineering.KangarooKangarooTimeout
The left side of the less-than comparison.
rhs
Type: DimensionEngineering.KangarooKangarooTimeout
The right side of the less-than comparison.

Return Value

Type: Boolean
True if lhs has less time left than rhs.
See Also

Reference