HttpMethod.Equality(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şitlik 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 ( = ) : 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 bir eşitlik işlecine.
- right
- HttpMethod
Eşitlik işleci hakkı HttpMethod .
Döndürülenler
true belirtilen left ve right parametreler eşitse; aksi takdirde , false.