HttpMethod.Equality(HttpMethod, HttpMethod) Operator

Definition

Der Gleichheitsoperator zum Vergleichen von zwei HttpMethod Objekten.

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

Parameter

left
HttpMethod

HttpMethod Links zu einem Gleichheitsoperator.

right
HttpMethod

Das Recht HttpMethod auf einen Gleichheitsoperator.

Gibt zurück

truewenn die angegebenen left und right Parameter gleich sind; andernfalls . false

Gilt für: