HttpMethod.Inequality(HttpMethod, HttpMethod) Operator

Definitie

De ongelijkheidsoperator voor het vergelijken van twee HttpMethod objecten.

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

Parameters

left
HttpMethod

HttpMethod Links naar een ongelijkheidsoperator.

right
HttpMethod

Het recht HttpMethod op ongelijkheid.

Retouren

trueals de opgegeven left en right parameters inequal zijn; anders. false

Van toepassing op