DryadLinqContextEquals Method (DryadLinqContext)DryadLINQ documentation
Determines whether this instance of DryadLinqContext is equal to another instance of DryadLinqContext.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public virtual bool Equals(
	DryadLinqContext context
)

Parameters

context
Type: Microsoft.Research.DryadLinqDryadLinqContext
The other DryadLinqContext instance

Return Value

Type: Boolean
true if the two instances are equal

Implements

IEquatableTEquals(T)
See Also

Reference