System::Net::Http::HttpMethod::Equals metodo
Contenuti
[
Nascondere
]HttpMethod::Equals(System::SharedPtr<HttpMethod>) method
Determina se gli oggetti corrente e specificato sono uguali.
bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<HttpMethod> other) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| altro | System::SharedPtr<HttpMethod> | L’oggetto con cui confrontare l’oggetto corrente |
ReturnValue
Vero se gli oggetti sono uguali, altrimenti - falso
Vedi anche
- Typedef SharedPtr
- Class HttpMethod
- Class HttpMethod
- Namespace System::Net::Http
- Library Aspose.Font for C++
HttpMethod::Equals(System::SharedPtr<Object>) method
Confronta gli oggetti usando la semantica di C# Object.Equals.
bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<Object> obj) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | System::SharedPtr<Object> | Object a cui confrontare quello corrente. |
ReturnValue
True se gli oggetti sono considerati uguali e false altrimenti.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class HttpMethod
- Namespace System::Net::Http
- Library Aspose.Font for C++