[This is preliminary documentation and is subject to change.]
Returns true if and only if this and the other pointstamps are equal.
Namespace: Microsoft.Research.Naiad.Runtime.Progress
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public bool Equals( Pointstamp other )
Parameters
- other
- Type: Microsoft.Research.Naiad.Runtime.ProgressPointstamp
The other pointstamp.
Return Value
Type: Booleantrue if and only if this and the other pointstamps are equal.
Implements
IEquatableTEquals(T)See Also