System::Net::Http::HttpMethod::Equals yöntemi
HttpMethod::Equals(System::SharedPtr<HttpMethod>) method
Mevcut ve belirtilen nesnelerin eşit olup olmadığını belirler.
bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<HttpMethod> other) override
| Parameter | Type | Açıklama |
|---|---|---|
| diğer | System::SharedPtr<HttpMethod> | Geçerli nesneyle karşılaştırılacak nesne |
ReturnValue
Nesneler eşitse true, aksi takdirde false
Ayrıca Bakınız
- Typedef SharedPtr
- Class HttpMethod
- Class HttpMethod
- Namespace System::Net::Http
- Library Aspose.Page for C++
HttpMethod::Equals(System::SharedPtr<Object>) method
Nesneleri C# Object.Equals semantiği kullanarak karşılaştırır.
bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<Object> obj) override
| Parameter | Type | Açıklama |
|---|---|---|
| obj | System::SharedPtr<Object> | Object mevcut olanı karşılaştırmak için. |
ReturnValue
Nesneler eşit kabul edilirse doğru, aksi takdirde yanlıştır.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class HttpMethod
- Namespace System::Net::Http
- Library Aspose.Page for C++