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
객체가 같으면 true, 그렇지 않으면 false
또 보기
- 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
| 매개변수 | 형식 | 설명 |
|---|---|---|
| obj | System::SharedPtr<Object> | 현재 객체와 비교하기 위한 Object |
ReturnValue
객체가 동일하다고 판단되면 true, 그렇지 않으면 false.
또 보기
- Typedef SharedPtr
- Class Object
- Class HttpMethod
- Namespace System::Net::Http
- Library Aspose.Page for C++