Determines whether a specified LineRecord is equal to the current LineRecord.
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
Parameters
- val
- Type: Microsoft.Research.DryadLinqLineRecord
A LineRecord to compare with.
Return Value
Type: Booleantrue iff the argument is equal to the current LineRecord.
Implements
IEquatableTEquals(T)See Also