HttpMethod.Inequality(HttpMethod, HttpMethod) Operator

Definition

Ojämlikhetsoperatorn för att jämföra två HttpMethod objekt.

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

Parametrar

left
HttpMethod

Vänster HttpMethod till en ojämlikhetsoperator.

right
HttpMethod

Rätten HttpMethod till en ojämlikhetsoperatör.

Returer

true om de angivna left parametrarna och right parametrarna är inequal, annars , false.

Gäller för