HttpMethod.Equality(HttpMethod, HttpMethod) Operator

Definition

Likhetsoperatorn för att jämföra två HttpMethod objekt.

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

Parametrar

left
HttpMethod

Vänster HttpMethod till en likhetsoperator.

right
HttpMethod

Rätten HttpMethod till en likhetsoperator.

Returer

trueom de angivna left parametrarna och right parametrarna är lika, annars . false

Gäller för