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++