HttpMethod.Inequality(HttpMethod, HttpMethod) Betreiber

Definition

Der Ungleichheitsoperator (=) zum Vergleichen von zwei HttpMethod-Objekten.

public:
 static bool operator !=(System::Net::Http::HttpMethod ^ left, System::Net::Http::HttpMethod ^ right);
public static bool operator != (System.Net.Http.HttpMethod left, System.Net.Http.HttpMethod right);
public static bool operator != (System.Net.Http.HttpMethod? left, System.Net.Http.HttpMethod? right);
static member op_Inequality : System.Net.Http.HttpMethod * System.Net.Http.HttpMethod -> bool
Public Shared Operator != (left As HttpMethod, right As HttpMethod) As Boolean

Parameter

left
HttpMethod

Die linke HttpMethod für einen Ungleichheitsoperator.

right
HttpMethod

Das Recht HttpMethod auf einen Ungleichheitsoperator.

Gibt zurück

true, wenn die angegebenen Parameter left und right ungleich sind, andernfalls false.

Gilt für: