System::Net::Http::HttpMethod::Equals method
HttpMethod::Equals(System::SharedPtr<HttpMethod>) method
Determines if the the current and specified objects are equal.
bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<HttpMethod> other) override
Parameter | Type | Description |
---|---|---|
other | System::SharedPtr<HttpMethod> | The object to compare the current object with |
ReturnValue
True if the objects are equal, otherwise - false
See Also
- Typedef SharedPtr
- Class HttpMethod
- Class HttpMethod
- Namespace System::Net::Http
- Library Aspose.TeX for C++
HttpMethod::Equals(System::SharedPtr<Object>) method
Compares objects using C# Object.Equals semantics.
bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<Object> obj) override
Parameter | Type | Description |
---|---|---|
obj | System::SharedPtr<Object> | Object to compare current one to. |
ReturnValue
True if objects are considered equal and false otherwise.
See Also
- Typedef SharedPtr
- Class Object
- Class HttpMethod
- Namespace System::Net::Http
- Library Aspose.TeX for C++