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
ParameterTypeDescription
otherSystem::SharedPtr<HttpMethod>The object to compare the current object with

ReturnValue

True if the objects are equal, otherwise - false

See Also

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

Compares objects using C# Object.Equals semantics.

bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<Object> obj) override
ParameterTypeDescription
objSystem::SharedPtr<Object>Object to compare current one to.

ReturnValue

True if objects are considered equal and false otherwise.

See Also