Equals()

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

Arguments

ParameterTypeDescription
otherSystem::SharedPtr<HttpMethod>The object to compare the current object with

Return Value

True if the objects are equal, otherwise - false

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

Compares objects using C# Object.Equals semantics.

bool System::Net::Http::HttpMethod::Equals(System::SharedPtr<Object> obj) override

Arguments

ParameterTypeDescription
objSystem::SharedPtr<Object>Object to compare current one to.

Return Value

True if objects are considered equal and false otherwise.

See Also