System::Net::Http::HttpMethod::Equals طريقة

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

يحدد ما إذا كان الكائن الحالي والكائن المحدد متساويين.

bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<HttpMethod> other) override
ParameterTypeالوصف
آخرSystem::SharedPtr<HttpMethod>الكائن لمقارنة الكائن الحالي معه

ReturnValue

صحيح إذا كان الكائنان متساويين، وإلا - خطأ

انظر أيضًا

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

يقارن الكائنات باستخدام دلالات C# Object.Equals.

bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<Object> obj) override
ParameterTypeالوصف
objSystem::SharedPtr<Object>Object للمقارنة بالكيان الحالي.

ReturnValue

صحيح إذا تم اعتبار الكائنات متساوية وخاطئ غير ذلك.

انظر أيضًا