IterationInTTimeCompareTo Method Naiad Help

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

Compares this timestamp with the other timestamp.

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

C#
public int CompareTo(
	IterationIn<TTime> other
)

Parameters

other
Type: Microsoft.Research.Naiad.DataflowIterationInTTime
The other timestamp.

Return Value

Type: Int32
A value that indicates the relative order of the objects being compared.

Implements

IComparableTCompareTo(T)
See Also

Reference