System::Net::Http::HttpMethod::Equals méthode

HttpMethod::Equals(System::SharedPtr<HttpMethod>) method

Détermine si l’objet actuel et l’objet spécifié sont égaux.

bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<HttpMethod> other) override
ParamètreTypeDescription
autreSystem::SharedPtr<HttpMethod>L’objet avec lequel comparer l’objet actuel

ReturnValue

Vrai si les objets sont égaux, sinon - faux

Voir aussi

HttpMethod::Equals(System::SharedPtr<Object>) method

Compare les objets en utilisant la sémantique C# Object.Equals.

bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<Object> obj) override
ParamètreTypeDescription
objSystem::SharedPtr<Object>Object à comparer avec l’actuel.

ReturnValue

Vrai si les objets sont considérés égaux et faux sinon.

Voir aussi