TimeTTimeLessThan Method Naiad Help

[This is preliminary documentation and is subject to change.]

Returns true if and only if this time is less than or equal to the other time, according to the partial order defined on those times.

Namespace: Microsoft.Research.Naiad
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
bool LessThan(
	TTime other
)

Parameters

other
Type: TTime
The other time.

Return Value

Type: Boolean
true if and only if this is less than or equal to other.
See Also

Reference