AsyncFlowControl.Equality(AsyncFlowControl, AsyncFlowControl) Operator

Definitie

Vergelijkt twee AsyncFlowControl structuren om te bepalen of ze gelijk zijn.

public:
 static bool operator ==(System::Threading::AsyncFlowControl a, System::Threading::AsyncFlowControl b);
public static bool operator ==(System.Threading.AsyncFlowControl a, System.Threading.AsyncFlowControl b);
static member ( = ) : System.Threading.AsyncFlowControl * System.Threading.AsyncFlowControl -> bool
Public Shared Operator == (a As AsyncFlowControl, b As AsyncFlowControl) As Boolean

Parameters

Retouren

true indien de twee structuren gelijk zijn; anders, false.

Opmerkingen

De equivalente methode voor deze operator is AsyncFlowControl.Equals(AsyncFlowControl).

Van toepassing op