HttpMethod::Inequality Operator (HttpMethod^, HttpMethod^)

.NET Framework (current version)
 

The inequality operator for comparing two HttpMethod objects.

Namespace:   System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

public:
static bool operator !=(
	HttpMethod^ left,
	HttpMethod^ right
)

Parameters

left
Type: System.Net.Http::HttpMethod^

The left HttpMethod to an inequality operator.

right
Type: System.Net.Http::HttpMethod^

The right HttpMethod to an inequality operator.

Return Value

Type: System::Boolean

true if the specified left and right parameters are inequal; 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
Return to top
Show: