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ètre | Type | Description |
|---|---|---|
| autre | System::SharedPtr<HttpMethod> | L’objet avec lequel comparer l’objet actuel |
ReturnValue
Vrai si les objets sont égaux, sinon - faux
Voir aussi
- Typedef SharedPtr
- Class HttpMethod
- Class HttpMethod
- Namespace System::Net::Http
- Library Aspose.Font for C++
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ètre | Type | Description |
|---|---|---|
| obj | System::SharedPtr<Object> | Object à comparer avec l’actuel. |
ReturnValue
Vrai si les objets sont considérés égaux et faux sinon.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class HttpMethod
- Namespace System::Net::Http
- Library Aspose.Font for C++