HttpMethod::Equals Method (HttpMethod^)
.NET Framework (current version)
Determines whether the specified HttpMethod is equal to the current Object.
Assembly: System.Net.Http (in System.Net.Http.dll)
Parameters
- other
-
Type:
System.Net.Http::HttpMethod^
The HTTP method to compare with the current object.
Return Value
Type: System::Booleantrue if the specified object is equal to the current object; otherwise, false.
Implements
IEquatable<T>::Equals(T)
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: