[This is preliminary documentation and is subject to change.]
Compares this pair and the other pair for element-wise equality.
Namespace: Microsoft.Research.Naiad
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public bool Equals( Pair<TFirst, TSecond> other )
Parameters
- other
- Type: Microsoft.Research.NaiadPairTFirst, TSecond
The other pair.
Return Value
Type: Booleantrue, if and only if both pairs are element-wise equal.
Implements
IEquatableTEquals(T)See Also