EpochEquals Method Naiad Help

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

Returns true if and only if this epoch is equal to the other epoch.

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 bool Equals(
	Epoch other
)

Parameters

other
Type: Microsoft.Research.Naiad.DataflowEpoch
The other epoch.

Return Value

Type: Boolean
true if and only if this is equal to other.

Implements

IEquatableTEquals(T)
See Also

Reference