Determines whether this instance of DryadLinqContext is equal to another instance
of DryadLinqContext.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- context
- Type: Microsoft.Research.DryadLinq DryadLinqContext
The other DryadLinqContext instance
Return Value
Type: Booleantrue if the two instances are equal
Implements
IEquatable T Equals(T)See Also