HttpMethod.Equality(HttpMethod, HttpMethod) Operatör

Tanım

İ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.

Şunlara uygulanır