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

Die rechte HttpMethod zu einem Ungleichheitsoperator.

Gibt zurück

Boolean

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

Gilt für