System.Threading.AsyncFlowControl.op_Inequality Method

Compares two System.Threading.AsyncFlowControl structures to determine whether they are not equal.

Syntax

public static bool operator!= (AsyncFlowControl a, AsyncFlowControl b)

Parameters

a
An System.Threading.AsyncFlowControl structure.
b
An System.Threading.AsyncFlowControl structure.

Returns

true if the structures are not equal; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0