HttpMethod.Inequality(HttpMethod, HttpMethod) Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İ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
HttpMethod Eşitsizlik işleci hakkı.
Döndürülenler
true belirtilen left ve right parametreleri eşit değilse, değilse , false.