System::Net::Http::HttpMethod::Equals طريقة
HttpMethod::Equals(System::SharedPtr<HttpMethod>) method
يحدد ما إذا كان الكائن الحالي والكائن المحدد متساويين.
bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<HttpMethod> other) override
| Parameter | Type | الوصف |
|---|---|---|
| آخر | System::SharedPtr<HttpMethod> | الكائن لمقارنة الكائن الحالي معه |
ReturnValue
صحيح إذا كان الكائنان متساويين، وإلا - خطأ
انظر أيضًا
- Typedef SharedPtr
- Class HttpMethod
- Class HttpMethod
- Namespace System::Net::Http
- Library Aspose.Page for C++
HttpMethod::Equals(System::SharedPtr<Object>) method
يقارن الكائنات باستخدام دلالات C# Object.Equals.
bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<Object> obj) override
| Parameter | Type | الوصف |
|---|---|---|
| obj | System::SharedPtr<Object> | Object للمقارنة بالكيان الحالي. |
ReturnValue
صحيح إذا تم اعتبار الكائنات متساوية وخاطئ غير ذلك.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class HttpMethod
- Namespace System::Net::Http
- Library Aspose.Page for C++