HttpMethod.Equality(HttpMethod, HttpMethod) Operator

Definitie

De gelijkheidsoperator voor het vergelijken van twee HttpMethod objecten.

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

Parameters

left
HttpMethod

HttpMethod Links naar een gelijkheidsoperator.

right
HttpMethod

Het recht HttpMethod op een gelijkheidsoperator.

Retouren

trueals de opgegeven left en right parameters gelijk zijn; anders. false

Van toepassing op