HttpMethod.Inequality(HttpMethod, HttpMethod) Operatör

Tanım

İki HttpMethod nesneyi karşılaştırmak için eşitsizlik işleci.

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

Parametreler

left
HttpMethod

Soldan HttpMethod eşitsizlik işlecine.

right
HttpMethod

Eşitsizlik işlecinin hakkı HttpMethod .

Döndürülenler

true belirtilen left ve right parametreler eşit değilse; değilse, false.

Şunlara uygulanır