HttpMethod::Equality Operator (HttpMethod^, HttpMethod^)
.NET Framework (current version)
The equality operator for comparing two HttpMethod objects.
Assembly: System.Net.Http (in System.Net.Http.dll)
Parameters
- left
-
Type:
System.Net.Http::HttpMethod^
The left HttpMethod to an equality operator.
- right
-
Type:
System.Net.Http::HttpMethod^
The right HttpMethod to an equality operator.
Return Value
Type: System::Booleantrue if the specified left and right parameters are equal; otherwise, false.
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: