AsyncFlowControl::Inequality Operator (AsyncFlowControl, AsyncFlowControl)

 
equivalentCodeEntityM:System.Threading.AsyncFlowControl.Equals(System.Threading.AsyncFlowControl,System.Threading.AsyncFlowControl)

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

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

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

Return Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: