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

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

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

bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<HttpMethod> other) override
معاملنوعالوصف
أخرىSystem::SharedPtr<HttpMethod>الكائن الذي يُقارن به الكائن الحالي

ReturnValue

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

انظر أيضًا

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

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

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

ReturnValue

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

انظر أيضًا