Click or drag to resize
DigitalRuneTask<T>.Inequality Operator

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static bool operator !=(
	Task<T> left,
	Task<T> right
)

Parameters

left
Type: DigitalRune.Threading.Task<T>
The first Task<T>.
right
Type: DigitalRune.Threading.Task<T>
The second Task<T>.

Return Value

Type: Boolean
true if the left and right are different; otherwise, false.
See Also